Corrected test scripts for object loading
This commit is contained in:
parent
41fccc66fb
commit
a0af340825
2 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ if [[ ($heptroot == "statics1") ]]; then
|
|||
fi
|
||||
|
||||
if [[ ($heptroot == "statics2") ]]; then
|
||||
CC="$CC -I ../statics1_c"
|
||||
CC="$CC -I ../statics1_c ../statics1_c/*.c"
|
||||
LD="$LD ../statics1_c/[^_]*.o"
|
||||
fi
|
||||
|
||||
|
|
|
@ -48,7 +48,7 @@ if [[ ($heptroot == "statics1") ]]; then
|
|||
fi
|
||||
|
||||
if [[ ($heptroot == "statics2") ]]; then
|
||||
CC="$CC -I ../statics1_c"
|
||||
CC="$CC -I ../statics1_c ../statics1_c/*.c"
|
||||
LD="$LD ../statics1_c/[^_]*.o"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue