Config of test scripts
Added option -stdlib towards source library
This commit is contained in:
parent
9c51b91fd3
commit
295997b866
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ else
|
|||
COMPILER=heptc.byte
|
||||
fi
|
||||
|
||||
HEPTC=../$COMPILER_DIR/$COMPILER
|
||||
HEPTC="../$COMPILER_DIR/$COMPILER -stdlib ../../lib"
|
||||
CC="gcc -std=c99 -I ../../../lib/c"
|
||||
LD="gcc"
|
||||
NBSTEP=100
|
||||
|
|
Loading…
Reference in a new issue