From 7e87e70a6cccae3243eb6fdbb4427eb3038dcefa Mon Sep 17 00:00:00 2001 From: leo Date: Thu, 9 Apr 2009 00:41:15 +0000 Subject: [PATCH] git-svn-id: http://www.xerial.org/svn/project/XerialJ/trunk/sqlite-jdbc@3185 ae02f08e-27ec-0310-ae8c-8ba02fe2eafd --- sqlitejdbc/Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqlitejdbc/Makefile.common b/sqlitejdbc/Makefile.common index b926361..e50e4f7 100644 --- a/sqlitejdbc/Makefile.common +++ b/sqlitejdbc/Makefile.common @@ -67,7 +67,7 @@ Support10_4 := -isysroot /Developer/SDKs/MacOSX10.4u.sdk #Darwin_CC := gcc -arch $(arch) -mmacosx-version-min=10.4 $(Support10_4) Darwin_CC := gcc -arch $(arch) Darwin_STRIP := strip -x -Darwin_CFLAGS := -I$(JAVA_HOME)/include -Os -fPIC +Darwin_CFLAGS := -I$(JAVA_HOME)/include -Ilib/inc_mac -Os -fPIC Darwin_LINKFLAGS := -dynamiclib $(Support10_4) Darwin_LIBNAME := libsqlitejdbc.jnilib -- 2.11.0