Skip to content

Commit

Permalink
Update xmake.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Chi-EEE committed Dec 7, 2024
1 parent a8088d6 commit 12619cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/q/quickjs-ng/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ package("quickjs-ng")

add_configs("libc", {description = "Build standard library modules as part of the library", default = false, type = "boolean"})

if is_plat("linux", "bsd", "cross") then
if is_plat("linux", "bsd", "wasm", "cross") then
add_syslinks("m", "pthread")
end

Expand Down

0 comments on commit 12619cd

Please sign in to comment.