diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-11-25 23:44:19 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-11-25 23:44:19 +0000 |
commit | eee356ed270a3ef2adb8d401fd6bc0044288db4c (patch) | |
tree | 2a7d4372b27ff446e0eab05879665f11acdc62bd | |
parent | Add slope colouring to terrain shader (diff) | |
download | ilt-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
-rw-r--r-- | Jamroot.jam | 7 |
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>. |