From eee356ed270a3ef2adb8d401fd6bc0044288db4c Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 25 Nov 2021 23:44:19 +0000 Subject: Always build ilt library shared It will contain everything, the exe will be just a stub/wrapper --- Jamroot.jam | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Jamroot.jam') 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 ] : - release:static . lib - sdl2/shared - glew/shared - pthread/shared + sdl2 + glew + pthread stb : : . -- cgit v1.2.3