mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Build - with_lua
- Added code to dynamically run different configure scripts depending on the OS.
This commit is contained in:
parent
6304ca7c1f
commit
98ebe8b7cc
1 changed files with 7 additions and 3 deletions
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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue