Fix macosx ostype target

Sun, 30 Nov 2008 19:59:28 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Sun, 30 Nov 2008 19:59:28 +0000
changeset 516
76d17a0d8a0a
parent 515
5bc65a944ed5
child 517
afd9f6590fd0

Fix macosx ostype target

configure file | annotate | diff | comparison | revisions
--- a/configure	Sun Nov 30 19:58:41 2008 +0000
+++ b/configure	Sun Nov 30 19:59:28 2008 +0000
@@ -122,7 +122,9 @@
 	fi
 	if [ "$OSTYPE" = "macosx" ]
 	then LUA_INCDIR=/usr/local/include;
+	LUA_INCDIR_SET=yes	
 	LUA_LIBDIR=/usr/local/lib
+	LUA_LIBDIR_SET=yes
 	CFLAGS="-bundle -Wl,-undefined,dynamic_lookup"
 	fi	
 fi

mercurial