diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-11-25 23:52:10 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-11-25 23:52:10 +0000 |
commit | 6744952e310e828ea29adeabd58b281cf2172c2f (patch) | |
tree | 650db366121e99d2f57ee8f7e093295b324b55a9 /Jamroot.jam | |
parent | Always build ilt library shared (diff) | |
download | ilt-6744952e310e828ea29adeabd58b281cf2172c2f.tar.bz2 ilt-6744952e310e828ea29adeabd58b281cf2172c2f.tar.xz ilt-6744952e310e828ea29adeabd58b281cf2172c2f.zip |
Include stb directly
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 433eeba..fdd08cd 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -10,7 +10,6 @@ import sequence ; pkg-config.import sdl2 ; pkg-config.import glew ; -lib stb : : : : <include>/usr/include/stb ; lib pthread ; variant coverage : debug ; @@ -78,7 +77,6 @@ lib ilt : <library>sdl2 <library>glew <library>pthread - <use>stb : : <include>. <include>lib |