Skip to content
Snippets Groups Projects
Commit baf7aa23 authored by Meredith L. Patterson's avatar Meredith L. Patterson
Browse files

remove -DHAMMER_INTERNAL__NO_STDARG_H from CFLAGS for perl bindings build

parent b8c963db
No related branches found
No related tags found
No related merge requests found
......@@ -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=["../.."],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment