Export preprocessor macros in Xcode project

This commit is contained in:
Johan Pauwels 2020-05-18 13:13:51 +01:00
parent 44cd7ff57d
commit 0d5f11ca29
1 changed files with 2 additions and 1 deletions

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