Skip to content

Commit 7869ad4

Browse files
authored
Merge pull request #41 from jbvimort/naming-correction
STYLE: Renaming of manylinux-libpython-not-needed-symbols-exported-by…
2 parents 290918a + aa98f63 commit 7869ad4

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
@@ -41,5 +41,5 @@ done
4141
# not the extension itself is explicitly linked against libpython. [...]"
4242
#
4343
# Source: https://www.python.org/dev/peps/pep-0513/#libpythonx-y-so-1
44-
PYTHON_LIBRARY=$(cd $(dirname $0); pwd)/internal/manylinux-libpython-not-needed-symbols-exported-by-interpreter
44+
PYTHON_LIBRARY=$(cd $(dirname $0); pwd)/internal/libpython-not-needed-symbols-exported-by-interpreter
4545
touch ${PYTHON_LIBRARY}

0 commit comments

Comments
 (0)