[DEV] correction of the m++ compilation with the correct flags
This commit is contained in:
parent
808d95c6bf
commit
db7f631536
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user