Skip to content

Commit

Permalink
disable atomic
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Mar 4, 2025
1 parent 3ccbde1 commit f5ad348
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/s/sokol-tools/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ package("sokol-tools")
if fipsdir then
os.cp(fipsdir, "../fips")
end
if package:is_plat("linux") then
io.replace("src/shdc/CMakeLists.txt", "-static", "", {plain = true})
end
import("package.tools.cmake").build(package, configs)
os.cp("../fips-deploy/sokol-tools/*", package:installdir("bin"))
end)
Expand Down

0 comments on commit f5ad348

Please sign in to comment.