Fix VM compilation on Windows

db4
Slava Pestov 2009-05-01 02:01:43 -05:00
parent 55c91ec84a
commit 982d409a8b
2 changed files with 1 additions and 1 deletions

1
Makefile Normal file → Executable file
View File

@ -10,7 +10,6 @@ VERSION = 0.92
BUNDLE = Factor.app
LIBPATH = -L/usr/X11R6/lib
CFLAGS = -Wall -Werror
FFI_TEST_CFLAGS = -fPIC
ifdef DEBUG
CFLAGS += -g -DFACTOR_DEBUG

1
vm/Config.unix Normal file → Executable file
View File

@ -18,6 +18,7 @@ else
endif
# CFLAGS += -fPIC
FFI_TEST_CFLAGS = -fPIC
# LINKER = gcc -shared -o
# LINK_WITH_ENGINE = '-Wl,-rpath,$$ORIGIN' -lfactor