Skip to content

Commit

Permalink
Update py Makefile.
Browse files Browse the repository at this point in the history
Remove detection of PY. Already done in configure.
  • Loading branch information
MilanSkocic committed Dec 11, 2024
1 parent 1f8a17c commit 27d2804
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions py/Makefile
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
# ---------------------------------------------------------------------
# CONFIGURATION
ifeq ($(PLATFORM), windows)
PY=py
endif
ifeq ($(PLATFORM), linux)
PY=python
AW=auditwheel repair --plat manylinux_2_31_x86_64 ./dist/*.whl
endif
ifeq ($(PLATFORM), darwin)
PY=python
endif

GENPY=../scripts/gen_cpython.py

AST_SRC=$(wildcard ../data/*.toml)
Expand Down

0 comments on commit 27d2804

Please sign in to comment.