2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-22 09:57:15 +01:00

Export preprocessor macros in Xcode project

This commit is contained in:
Johan Pauwels 2020-05-18 13:13:51 +01:00 committed by Thomas Nagy
parent f67f175c39
commit 668392f9fb

View File

@ -570,7 +570,8 @@ def process_xcode(self):
'OTHER_LDFLAGS': libs + ' ' + frameworks + ' ' + ' '.join(bld.env['LINKFLAGS']),
'OTHER_CPLUSPLUSFLAGS': Utils.to_list(self.env['CXXFLAGS']),
'OTHER_CFLAGS': Utils.to_list(self.env['CFLAGS']),
'INSTALL_PATH': []
'INSTALL_PATH': [],
'GCC_PREPROCESSOR_DEFINITIONS': self.env['DEFINES']
}
# Install path