[DEBUG] correct build

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

View File

@ -241,7 +241,7 @@ def configure(target, my_module):
my_module.add_path(".")
my_module.add_flag('c++', [
"-DEWOL_VERSION=\"\\\"" + tools.version_toString(my_module.get_pkg("VERSION")) + "\\\"\""
"-DEWOL_VERSION=\"\\\"" + tools.version_to_string(my_module.get_pkg("VERSION")) + "\\\"\""
])
return True