Skip to content

Commit

Permalink
limit plat
Browse files Browse the repository at this point in the history
  • Loading branch information
star-hengxing committed Sep 17, 2024
1 parent 044210d commit 025bafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/j/jwasm/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package("jwasm")
add_urls("https://github.com/JWasm/JWasm.git")
add_versions("2022.12.25", "7218960b65d69216693a655d928eb4c2fb6b505c")

on_install(function (package)
on_install("@windows", "@linux", "@macosx", "@bsd", "@mingw", "@msys", function (package)
io.writefile("xmake.lua", [[
add_rules("mode.debug", "mode.release")
target("jwasm")
Expand Down

0 comments on commit 025bafd

Please sign in to comment.