Build - with_lua
- Added code to dynamically run different configure scripts depending on the OS.
This commit is contained in:
10
with_lua
10
with_lua
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user