Compare commits
1
Commits
v1.1.1-post1
...
latest
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f228274ac0 |
@@ -22,6 +22,11 @@ for sdk_name in Extension.sdks:
|
|||||||
|
|
||||||
Extension.AddCDetour(binary)
|
Extension.AddCDetour(binary)
|
||||||
|
|
||||||
|
# Silence fatal errors on unrecognized Clang warning flags from CDetour
|
||||||
|
if cxx.family in ['gcc', 'clang']:
|
||||||
|
binary.compiler.cflags += ['-Wno-unknown-warning-option']
|
||||||
|
binary.compiler.cxxflags += ['-Wno-unknown-warning-option']
|
||||||
|
|
||||||
if cxx.target.platform in ['windows']:
|
if cxx.target.platform in ['windows']:
|
||||||
binary.compiler.postlink += [ 'legacy_stdio_definitions.lib' ]
|
binary.compiler.postlink += [ 'legacy_stdio_definitions.lib' ]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user