Fixed a link problem in the Rakefile.

This commit is contained in:
Phillip Toland 2009-04-22 11:24:17 -05:00
parent 2bc97fe508
commit fb9230ffb9

View file

@ -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"