Build - with_lua

- Added code to dynamically run different configure scripts depending
  on the OS.
This commit is contained in:
Paul Beckingham 2010-03-01 18:17:14 -05:00
parent 6304ca7c1f
commit 98ebe8b7cc

View file

@ -1,8 +1,12 @@
# This is currently what is required to build with Lua. # This is currently what is required to build with Lua.
# OSX: OS=`uname`
# Command:
./configure --with-lua case $OS in
Darwin)
./configure --with-lua
;;
esac
# Cygwin 1.5: # Cygwin 1.5:
# Command: # Command: