summaryrefslogtreecommitdiff
path: root/xmake/rules/python/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/rules/python/xmake.lua')
-rw-r--r--xmake/rules/python/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/python/xmake.lua b/xmake/rules/python/xmake.lua
index 823495485..01c6ed858 100644
--- a/xmake/rules/python/xmake.lua
+++ b/xmake/rules/python/xmake.lua
@@ -22,7 +22,7 @@
rule("python.library")
on_load(function (target)
target:set("kind", "shared")
- target:set("prefixname", "_")
+ target:set("prefixname", "")
local soabi = target:extraconf("rules", "python.library", "soabi")
if soabi then
import("lib.detect.find_tool")