Skip to content

Commit

Permalink
openjdk: improve plat
Browse files Browse the repository at this point in the history
  • Loading branch information
star-hengxing committed Nov 14, 2024
1 parent f2bb7d4 commit 7e3fd7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/o/openjdk/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ package("openjdk")
end)
end

on_install("@windows", "@linux", "@macosx", "@msys", function (package)
on_install("windows|x64", "windows|arm64", "linux", "macosx", "mingw|x86_64", function (package)
local plat
if package:is_plat("windows", "mingw") then
plat = "win32"
Expand Down

0 comments on commit 7e3fd7b

Please sign in to comment.