From 4dbd574790b4d52abddd9066965e1279370b6c48 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Thu, 3 Dec 2015 21:38:23 +0100 Subject: [PATCH] [DEBUG] correct tag version --- lutin_gale.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lutin_gale.py b/lutin_gale.py index 9d70dbd..8a6c6dd 100644 --- a/lutin_gale.py +++ b/lutin_gale.py @@ -137,10 +137,8 @@ def create(target, module_name): my_module.add_module_depend(['etk']) my_module.add_path(tools.get_current_path(__file__)) - tagFile = tools.get_current_path(__file__) + "/tag" - galeVersionID = tools.file_read_data(tagFile) my_module.compile_flags('c++', [ - "-DGALE_VERSION=\"\\\""+galeVersionID+"\\\"\"" + "-DGALE_VERSION=\"\\\"" + tools.version_to_string(get_version()) + "\\\"\"" ]) if target.name=="Linux":