Libelf: Append options to CCFLAGS for warning free libelf compile instead of deleting CCFLAGS. Should fix 64bit OS X compile problem.
This commit is contained in:
parent
95af120e60
commit
f4bceb9760
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ ElfFile('libelf_fsize.c')
|
||||||
ElfFile('libelf_msize.c')
|
ElfFile('libelf_msize.c')
|
||||||
|
|
||||||
m4env = env.Copy()
|
m4env = env.Copy()
|
||||||
del m4env['CCFLAGS']
|
m4env.Append(CCFLAGS=['-Wno-pointer-sign', '-Wno-implicit'])
|
||||||
del m4env['CPPPATH']
|
del m4env['CPPPATH']
|
||||||
|
|
||||||
# If we have gm4 use it
|
# If we have gm4 use it
|
||||||
|
|
Loading…
Reference in a new issue