Skip to content

Commit

Permalink
imgui compile breaks witih lunasvg, wait for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdawson committed Sep 20, 2023
1 parent 578dcee commit 802a029
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gdext/SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ else:

env.Append(CPPPATH=["imgui/misc/freetype/"])
env.Append(CPPPATH=[f"vcpkg_installed/{triplet}/include"])
env.Append(CPPDEFINES=["IMGUI_ENABLE_FREETYPE", "IMGUI_ENABLE_FREETYPE_LUNASVG"])
env.Append(CPPDEFINES=["IMGUI_ENABLE_FREETYPE"]) #, "IMGUI_ENABLE_FREETYPE_LUNASVG"])
sources += Glob("imgui/misc/freetype/*.cpp")
libpath += [f"vcpkg_installed/{triplet}/lib"]
libs += [
"freetype",
"lunasvg",
# "lunasvg",
"bz2",
"libpng16" if windows else "png16",
"zlib" if windows else "z",
Expand Down

0 comments on commit 802a029

Please sign in to comment.