Skip to content

Commit

Permalink
disable plat
Browse files Browse the repository at this point in the history
  • Loading branch information
star-hengxing committed Aug 3, 2023
1 parent 18ba647 commit f10b9ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/i/imgui-file-dialog/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package("imgui-file-dialog")
end
end)

on_install("windows", "linux", "macosx", "mingw", "android", "iphoneos", function (package)
on_install("windows", "linux", "macosx", "mingw", "android", function (package)
local configs = {}
io.writefile("xmake.lua", [[
add_requires("imgui")
Expand Down Expand Up @@ -47,5 +47,5 @@ package("imgui-file-dialog")
void test() {
ImGuiFileDialog::Instance()->OpenDialog("ChooseFileDlgKey", "Choose File", ".cpp,.h,.hpp", ".");
}
]], {configs = {languages = "c++11"}}}))
]]}, {configs = {languages = "c++11"}}))
end)

0 comments on commit f10b9ee

Please sign in to comment.