Skip to content

Commit aa98f63

Browse files
committed
STYLE: Renaming of manylinux-libpython-not-needed-symbols-exported-by-interpreter to libpython-not-needed-symbols-exported-by-interpreter
This file is used for both python and linux
1 parent 37d2642 commit aa98f63

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

scripts/internal/manylinux-libpython-not-needed-symbols-exported-by-interpreter renamed to scripts/internal/libpython-not-needed-symbols-exported-by-interpreter

File renamed without changes.

scripts/internal/manylinux-build-common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ echo "Building wheels for $arch"
4343
# not the extension itself is explicitly linked against libpython. [...]"
4444
#
4545
# Source: https://www.python.org/dev/peps/pep-0513/#libpythonx-y-so-1
46-
PYTHON_LIBRARY=$(cd $(dirname $0); pwd)/manylinux-libpython-not-needed-symbols-exported-by-interpreter
46+
PYTHON_LIBRARY=$(cd $(dirname $0); pwd)/libpython-not-needed-symbols-exported-by-interpreter
4747
touch ${PYTHON_LIBRARY}
4848

scripts/macpython-build-common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ DELOCATE_WHEEL=${VENV}/bin/delocate-wheel
5252
# not the extension itself is explicitly linked against libpython. [...]"
5353
#
5454
# Source: https://www.python.org/dev/peps/pep-0513/#libpythonx-y-so-1
55-
PYTHON_LIBRARY=$(cd $(dirname $0); pwd)/internal/manylinux-libpython-not-needed-symbols-exported-by-interpreter
55+
PYTHON_LIBRARY=$(cd $(dirname $0); pwd)/internal/libpython-not-needed-symbols-exported-by-interpreter
5656
touch ${PYTHON_LIBRARY}

0 commit comments

Comments
 (0)