From b8efeed9955f09a7a77fa63cff4896d31cc97253 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Fri, 28 Jun 2024 19:37:02 +0100 Subject: Link all thirdparty libs using release variant --- Jamroot.jam | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Jamroot.jam b/Jamroot.jam index 185571b..8ef10fe 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -90,9 +90,8 @@ lib ilt : gcc,debug:-Wuseless-cast . lib - thirdparty//stb - thirdparty//glad - thirdparty//glad + thirdparty/release + thirdparty sdl2 freetype2 glib-2.0 @@ -104,7 +103,7 @@ lib ilt : GLM_ENABLE_EXPERIMENTAL . lib - thirdparty//glad + thirdparty OpenMeshCore ; -- cgit v1.2.3