From b2cb41f9ae58772525f850e3e166052e9e937b8b Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Fri, 1 May 2009 02:01:43 -0500 Subject: [PATCH] Fix VM compilation on Windows --- Makefile | 1 - vm/Config.unix | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 Makefile mode change 100644 => 100755 vm/Config.unix diff --git a/Makefile b/Makefile old mode 100644 new mode 100755 index 36538b041d..33d42217a2 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/vm/Config.unix b/vm/Config.unix old mode 100644 new mode 100755 index 1f48847542..d7214a622b --- a/vm/Config.unix +++ b/vm/Config.unix @@ -18,6 +18,7 @@ else endif # CFLAGS += -fPIC +FFI_TEST_CFLAGS = -fPIC # LINKER = gcc -shared -o # LINK_WITH_ENGINE = '-Wl,-rpath,$$ORIGIN' -lfactor