Update Rakefile to work with erlbox 1.4.2

This commit is contained in:
Phillip Toland 2009-04-16 15:11:13 -05:00
parent 1281a0c07f
commit 2bc97fe508

View file

@ -8,6 +8,9 @@ INT_TEST_FLAGS << '+A10'
DB_LIB = "c_src/system/lib/libdb.a"
CC_FLAGS << "-Ic_src/system/include"
LD_FLAGS << DB_LIB
file DB_LIB do
sh "cd c_src && ./buildlib.sh 2>&1"
end