remove -DHAMMER_INTERNAL__NO_STDARG_H from Makefile.PL too
This commit is contained in:
parent
baf7aa23e3
commit
767afacf6b
1 changed files with 1 additions and 1 deletions
|
|
@ -10,6 +10,6 @@ WriteMakefile(
|
||||||
LIBS => ["-lhammer"],
|
LIBS => ["-lhammer"],
|
||||||
OBJECT => 'hammer_wrap.o',
|
OBJECT => 'hammer_wrap.o',
|
||||||
INC => '-I../..',
|
INC => '-I../..',
|
||||||
CCFLAGS => "$Config{ccflags} -DSWIG -DHAMMER_INTERNAL__NO_STDARG_H -std=gnu99",
|
CCFLAGS => "$Config{ccflags} -DSWIG -std=gnu99",
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue