diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-03-31 01:05:59 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-03-31 01:05:59 +0100 |
commit | eeb2b635bfbb0d89e186490e5ecaf5cfc22c9a5c (patch) | |
tree | fd7362ff5393a48493f470511e4ab03029a7a818 | |
parent | Auto resize windows to content (diff) | |
download | ilt-eeb2b635bfbb0d89e186490e5ecaf5cfc22c9a5c.tar.bz2 ilt-eeb2b635bfbb0d89e186490e5ecaf5cfc22c9a5c.tar.xz ilt-eeb2b635bfbb0d89e186490e5ecaf5cfc22c9a5c.zip |
Remove explicit library referring to imguisdl2
It already exists via the library of all of thirdparty/release.
-rw-r--r-- | Jamroot.jam | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 8587aaa..9b589cf 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -92,7 +92,6 @@ lib ilt : <library>thirdparty/<variant>release <implicit-dependency>thirdparty <library>sdl2 - <library>thirdparty//imguisdl2 <library>freetype2 <library>glib-2.0 <library>mxml |