Skip to content

Commit

Permalink
Replace python with python3 in pymorloc Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
arendsee committed Jan 3, 2025
1 parent 28e8372 commit df30b94
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions data/lang/py/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# This is a self-deleting Makefile. On success, only the .so file remains.

PYTHON=python3

all:
python setup.py build_ext --inplace
${PYTHON} setup.py build_ext --inplace
cp -fs pymorloc.cpython* pymorloc
rm -rf build pymorloc.c setup.py Makefile
rm -rf build pymorloc.c setup.py makefile

0 comments on commit df30b94

Please sign in to comment.