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.
|
||||
|
||||
# OSX:
|
||||
# Command:
|
||||
./configure --with-lua
|
||||
OS=`uname`
|
||||
|
||||
case $OS in
|
||||
Darwin)
|
||||
./configure --with-lua
|
||||
;;
|
||||
esac
|
||||
|
||||
# Cygwin 1.5:
|
||||
# Command:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue