diff options
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -41,6 +41,8 @@ def configure(conf): if conf.env.TARGET_PLATFORM == 'win32': conf.load('compiler_cxx', cache=True) + elif conf.env.TARGET_PLATFORM == 'darwin': + conf.env.append_unique('CFLAGS', ['-Wno-deprecated-declarations']) autowaf.set_c_lang(conf, 'c99') |