From 2bc97fe5081511746384f8a5942b53a19d70baca Mon Sep 17 00:00:00 2001 From: Phillip Toland Date: Thu, 16 Apr 2009 15:11:13 -0500 Subject: [PATCH] Update Rakefile to work with erlbox 1.4.2 --- Rakefile | 3 +++ 1 file changed, 3 insertions(+) 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