try to resolve missing bool/true/false problems with perl bindings

This commit is contained in:
Meredith L. Patterson 2013-12-06 04:27:44 +01:00
parent b794dbf72d
commit f53f474de2
3 changed files with 3 additions and 4 deletions

View file

@ -10,6 +10,6 @@ WriteMakefile(
LIBS => ["-lhammer"],
OBJECT => 'hammer_wrap.o',
INC => '-I../..',
CCFLAGS => "$Config{ccflags} -DSWIG -std=gnu99",
CCFLAGS => "$Config{ccflags} -DSWIG -DHAMMER_INTERNAL__NO_STDARG_H -std=gnu99",
);