Reinstate manylinux1 hack on Python package build

This commit is contained in:
Reuben Morais 2021-03-29 19:24:11 +02:00
parent c95b89f3c5
commit 1029d06a23

View File

@ -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