Fixed a link problem in the Rakefile.
This commit is contained in:
parent
2bc97fe508
commit
fb9230ffb9
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -9,7 +9,7 @@ INT_TEST_FLAGS << '+A10'
|
|||
DB_LIB = "c_src/system/lib/libdb.a"
|
||||
|
||||
CC_FLAGS << "-Ic_src/system/include"
|
||||
LD_FLAGS << DB_LIB
|
||||
LD_LIBS << DB_LIB
|
||||
|
||||
file DB_LIB do
|
||||
sh "cd c_src && ./buildlib.sh 2>&1"
|
||||
|
|
Loading…
Reference in a new issue