From daf6b407bd8ffc3af8d28f90909a94d7a34c92d3 Mon Sep 17 00:00:00 2001 From: whiteshark0 Date: Sun, 13 Dec 2009 14:00:57 +0000 Subject: merged trunk r2029 into lua branch - fix macosx compiling ?! git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2030 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Lua/configure | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Lua/configure') diff --git a/Lua/configure b/Lua/configure index a3dc7cac..e7a36683 100755 --- a/Lua/configure +++ b/Lua/configure @@ -6250,7 +6250,9 @@ See the pkg-config man page for more details. # determine linker-flags -LDFLAGS="-undefined dynamic_lookup" +if test x$FPC_PLATFORM = xdarwin; then + LDFLAGS="-macosx_version_min 10.4 -undefined dynamic_lookup" +fi #LIBS= -- cgit v1.2.3