Merge branch 'master' of git://factorcode.org/git/factor

db4
Slava Pestov 2009-03-27 15:50:43 -05:00
commit afd3d6a9ea
2 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,7 @@ IMAGE = factor.image
BUNDLE = Factor.app
LIBPATH = -L/usr/X11R6/lib
CFLAGS = -Wall
FFI_TEST_CFLAGS = -fPIC
ifdef DEBUG
CFLAGS += -g

View File

@ -1,4 +1,3 @@
include vm/Config.linux
include vm/Config.x86.64
LIBPATH = -L/usr/X11R6/lib64 -L/usr/X11R6/lib
FFI_TEST_CFLAGS = -fPIC