Skip to content

Commit

Permalink
Update xmake.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi authored Aug 3, 2023
1 parent 2b67937 commit 5535d2d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/i/imgui-file-dialog/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ package("imgui-file-dialog")
end

add_deps("imgui")

on_load("windows", function (package)
package:add("deps", "dirent")
end)
if is_plat("windows") then
add_deps("dirent")
end

on_install("windows", "linux", "macosx", "mingw", "android", function (package)
local configs = {}
Expand Down

0 comments on commit 5535d2d

Please sign in to comment.