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.
# OSX:
# Command:
./configure --with-lua
OS=`uname`
case $OS in
Darwin)
./configure --with-lua
;;
esac
# Cygwin 1.5:
# Command: