Browse Source

fix wchar32 option (#1669)

Mingming Cui 2 years ago
parent
commit
1ef9c51ac3
1 changed files with 0 additions and 2 deletions
  1. 0 2
      packages/i/imgui/port/xmake.lua

+ 0 - 2
packages/i/imgui/port/xmake.lua

@@ -34,8 +34,6 @@ target("imgui")
     add_includedirs(".")
 
     if has_config("wchar32") then
-        add_headerfiles("misc/freetype/imgui_freetype.h")
-        add_files("misc/freetype/imgui_freetype.cpp")
         add_defines("IMGUI_USE_WCHAR32")
     end