Skip to content

Commit 78e61df

Browse files
author
Xiao Li
committed
fix setup.py linux file name
1 parent b77c704 commit 78e61df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def run(self):
4848
LIBRA_LIB_FILE = "%s/%s-%s.a" % (
4949
LIBRA_LIB_DIR,
5050
"liblibra_dev",
51-
"linux-%s" % platform.machine(),
51+
"manylinux2010-%s" % platform.machine(),
5252
)
5353
extra_link_args.append("-ldl")
5454
extra_link_args.append("-lm")

0 commit comments

Comments
 (0)