changeset 92:0394c8276d23

Use the new PYPY_LDLIBRARY make variable
author Franz Glasner <f.glasner@feldmann-mg.com>
date Thu, 06 Oct 2022 12:36:18 +0200
parents 65740e6677b6
children 38def941638f
files pkg-plist pkg-plist.py37
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/pkg-plist	Thu Oct 06 11:25:43 2022 +0200
+++ b/pkg-plist	Thu Oct 06 12:36:18 2022 +0200
@@ -1,7 +1,7 @@
 bin/pypy3
 %%PYPY_DIR%%/LICENSE
 %%PYPY_DIR%%/README.rst
-%%PYPY_DIR%%/bin/libpypy3-c.so
+%%PYPY_DIR%%/bin/%%PYPY_LDLIBRARY%%
 %%PYPY_DIR%%/bin/pypy
 %%PYPY_DIR%%/bin/pypy3
 %%PYPY_DIR%%/bin/%%PYTHON_IMPL_MINOR%%
--- a/pkg-plist.py37	Thu Oct 06 11:25:43 2022 +0200
+++ b/pkg-plist.py37	Thu Oct 06 12:36:18 2022 +0200
@@ -1,7 +1,7 @@
 bin/pypy3
 %%PYPY_DIR%%/LICENSE
 %%PYPY_DIR%%/README.rst
-%%PYPY_DIR%%/bin/libpypy3-c.so
+%%PYPY_DIR%%/bin/%%PYPY_LDLIBRARY%%
 %%PYPY_DIR%%/bin/pypy
 %%PYPY_DIR%%/bin/pypy3
 %%PYPY_DIR%%/bin/%%PYTHON_IMPL_MINOR%%