[DEBUG] build back sample

This commit is contained in:
Edouard DUPIN 2017-11-07 10:19:40 +01:00
parent 98cb59b6d5
commit 0b06079407

View File

@ -36,7 +36,7 @@ def configure(target, my_module):
])
# build in C++ mode
my_module.compile_version("c++", 2011)
my_module.add_depend('elog')
my_module.add_depend(['elog', 'cxx'])
my_module.add_path('sample')
return True