diff options
Diffstat (limited to 'xmake/rules/python')
| -rw-r--r-- | xmake/rules/python/xmake.lua | 2 |
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") |
