Skip to content

Commit 94510b5

Browse files
author
Xiao Li
committed
Revert "fix setup.py linux file name"
This reverts commit 78e61df.
1 parent 78e61df commit 94510b5

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-
"manylinux2010-%s" % platform.machine(),
51+
"linux-%s" % platform.machine(),
5252
)
5353
extra_link_args.append("-ldl")
5454
extra_link_args.append("-lm")

0 commit comments

Comments
 (0)