Reinstate manylinux1 hack on Python package build
This commit is contained in:
parent
c95b89f3c5
commit
1029d06a23
@ -51,7 +51,7 @@ SOX_LDFLAGS := `pkg-config --libs sox`
|
|||||||
endif # OS others
|
endif # OS others
|
||||||
PYTHON_PACKAGES := numpy${NUMPY_BUILD_VERSION}
|
PYTHON_PACKAGES := numpy${NUMPY_BUILD_VERSION}
|
||||||
ifeq ($(OS),Linux)
|
ifeq ($(OS),Linux)
|
||||||
PYTHON_PLATFORM_NAME ?= --plat-name manylinux_2_24_x86_64
|
PYTHON_PLATFORM_NAME ?= --plat-name manylinux1_x86_64
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user