[DEV] correction of the m++ compilation with the correct flags

This commit is contained in:
Edouard DUPIN 2013-05-27 21:22:58 +02:00
parent 808d95c6bf
commit db7f631536

View File

@ -117,7 +117,7 @@ class module:
self.export_flags_mm,
self.export_flags_cc,
"-c -MMD -MP -g",
"-x objective-c",
"-x objective-c++",
file_src])
# check the dependency for this file :
if False==dependency.NeedReBuild(file_dst, file_src, file_depend, file_cmd, cmdLine):