Skip to content

Commit

Permalink
fix: linux build should not include imgui
Browse files Browse the repository at this point in the history
  • Loading branch information
Yamashi committed Feb 3, 2022
1 parent b16ec88 commit 6359122
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Code/components/imgui/xmake.lua
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
component("ImGuiImpl")
add_packages("imgui")

if is_plat("windows") then
component("ImGuiImpl")
add_packages("imgui")
end

0 comments on commit 6359122

Please sign in to comment.