Skip to content

Commit

Permalink
python: Remove Python 2-only -t CLI flag in makefile (#3377)
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Jan 26, 2024
1 parent 4019624 commit 12152c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/Make/Python.make
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
PY_SOURCES := $(wildcard *.py)

%.pyc: %.py
$(PYTHON) -t -m py_compile $<
$(PYTHON) -m py_compile $<

0 comments on commit 12152c5

Please sign in to comment.