Update Rakefile to work with erlbox 1.4.2
This commit is contained in:
parent
1281a0c07f
commit
2bc97fe508
1 changed files with 3 additions and 0 deletions
3
Rakefile
3
Rakefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue