Skip to content

Commit

Permalink
chore: disable xmake pyd soabi
Browse files Browse the repository at this point in the history
  • Loading branch information
KawaiiNahida committed Jan 17, 2025
1 parent 3f9f9d1 commit 5f966ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ target("endstone")
end)

target("endstone_python")
add_rules("python.library", {soabi = true})
add_rules("python.library")
add_files("src/levistone/memory_operators.cpp")
add_files("endstone/src/endstone/python/**.cpp")
add_deps("endstone")
Expand Down

0 comments on commit 5f966ee

Please sign in to comment.