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:
parent
f67f175c39
commit
668392f9fb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user