Skip to content

Commit

Permalink
Update xmake.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
c8ef authored Sep 17, 2024
1 parent b3429f7 commit 0b80f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/g/google-dawn/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ package("google-dawn")
end

if is_plat("linux", "bsd") then
ad_syslinks("pthread")
add_syslinks("pthread")
end

add_deps("cmake", "python 3.x", {kind = "binary"})
Expand Down

0 comments on commit 0b80f15

Please sign in to comment.