summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-11-25 23:44:19 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2021-11-25 23:44:19 +0000
commiteee356ed270a3ef2adb8d401fd6bc0044288db4c (patch)
tree2a7d4372b27ff446e0eab05879665f11acdc62bd /Jamroot.jam
parentAdd slope colouring to terrain shader (diff)
downloadilt-eee356ed270a3ef2adb8d401fd6bc0044288db4c.tar.bz2
ilt-eee356ed270a3ef2adb8d401fd6bc0044288db4c.tar.xz
ilt-eee356ed270a3ef2adb8d401fd6bc0044288db4c.zip
Always build ilt library shared
It will contain everything, the exe will be just a stub/wrapper
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam7
1 files changed, 3 insertions, 4 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index d248313..433eeba 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -73,12 +73,11 @@ run application/main.cpp
lib ilt :
[ glob-tree *.cpp *.c *.vs *.fs *.ll : bin test ]
:
- <variant>release:<link>static
<include>.
<include>lib
- <library>sdl2/<link>shared
- <library>glew/<link>shared
- <library>pthread/<link>shared
+ <library>sdl2
+ <library>glew
+ <library>pthread
<use>stb
: :
<include>.