OSX: Correct copy/paste error and exclude endianess switch from darwin
This commit is contained in:
@@ -338,7 +338,7 @@ if env['BF_NO_ELBEEM'] == 1:
|
||||
env['CCFLAGS'].append('-DDISABLE_ELBEEM')
|
||||
|
||||
|
||||
if btools.ENDIAN == "big":
|
||||
if btools.ENDIAN == "big" and not env['OURPLATFORM']=='darwin':
|
||||
env['CPPFLAGS'].append('-D__BIG_ENDIAN__')
|
||||
env['CXXFLAGS'].append('-D__BIG_ENDIAN__')
|
||||
env['CCFLAGS'].append('-D__BIG_ENDIAN__')
|
||||
|
Reference in New Issue
Block a user