remove -DHAMMER_INTERNAL__NO_STDARG_H from CFLAGS for perl bindings build
This commit is contained in:
parent
b8c963db95
commit
baf7aa23e3
1 changed files with 1 additions and 2 deletions
|
|
@ -5,8 +5,7 @@ Import("env libhammer_shared testruns targets")
|
|||
perlenv = env.Clone()
|
||||
|
||||
perlenv.Append(CCFLAGS=["-fpic", '-DSWIG', '-Wno-all',
|
||||
'-Wno-extra', '-Wno-error',
|
||||
'-DHAMMER_INTERNAL__NO_STDARG_H'],
|
||||
'-Wno-extra', '-Wno-error'],
|
||||
CPPPATH=["../.."],
|
||||
LIBS=['hammer'],
|
||||
LIBPATH=["../.."],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue