diff --git a/Rakefile b/Rakefile index b057a0b..1817873 100644 --- a/Rakefile +++ b/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