mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
http: use python3.
Fix compile issue where system don't have python2. I get error below. /bin/sh: line 1: ./treatasm.py: cannot execute: required file not found make[1]: *** [Makefile:15: httpd.rel] Error 127 Debian has python3 a long time so use it. See https://wiki.debian.org/Python
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python3
|
||||
import re
|
||||
import sys
|
||||
|
||||
|
||||
Reference in New Issue
Block a user