瀏覽代碼

make: -3 parameter from https://trac.osgeo.org/grass/changeset/56821 does not help much and is not accepted by python3

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@70273 15284696-431f-4ddb-bdfa-cd5b030d7da7
Vaclav Petras 8 年之前
父節點
當前提交
8fa94086f6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/Make/Python.make

+ 1 - 1
include/Make/Python.make

@@ -2,4 +2,4 @@
 PY_SOURCES := $(wildcard *.py)
 
 %.pyc: %.py
-	$(PYTHON) -t -3 -m py_compile $<
+	$(PYTHON) -t -m py_compile $<