[DEBUG] correct build

This commit is contained in:
Edouard DUPIN 2017-08-30 22:35:58 +02:00
parent b02a5b6fdc
commit 5de8451452

View File

@ -51,7 +51,7 @@ def configure(target, my_module):
])
my_module.add_path(".")
my_module.add_flag('c++', [
"-DEPROPERTY_VERSION=\"\\\"" + tools.version_toString(get_version()) + "\\\"\""
"-DEPROPERTY_VERSION=\"\\\"" + tools.version_to_string(get_version()) + "\\\"\""
])
return True