aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 4993526d..a647d910 100755
--- a/configure
+++ b/configure
@@ -122,7 +122,9 @@ then
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