aboutsummaryrefslogtreecommitdiffstats
path: root/Make.config
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2008-03-18 18:42:11 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2008-03-18 18:42:11 -0500
commitea1ae62272d361f3afd714c90b0c5df09b6176b8 (patch)
tree98dc1aa92378d8240afb999222ea3427aa31cc7d /Make.config
parent4c106b83848ad4d11abeccb93c2d6769c1a38ae1 (diff)
downloadluancurses-ea1ae62272d361f3afd714c90b0c5df09b6176b8.tar.gz
luancurses-ea1ae62272d361f3afd714c90b0c5df09b6176b8.zip
make this build on OS X by switching some flags around
Diffstat (limited to 'Make.config')
-rw-r--r--Make.config3
1 files changed, 3 insertions, 0 deletions
diff --git a/Make.config b/Make.config
index a4320d3..51855da 100644
--- a/Make.config
+++ b/Make.config
@@ -1,2 +1,5 @@
# Path to your Lua C library directory (LUA_CPATH)
LUA_C_DIR = /usr/local/lib/lua/5.1
+
+OS = linux
+#OS = osx