mirror of
https://github.com/svpcom/wfb-ng.git
synced 2025-02-19 07:03:48 -04:00
Use python3 by default
This commit is contained in:
parent
bfdfbec00d
commit
aec8c38fe1
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
|||||||
VERSION ?= $(shell ./version.py)
|
VERSION ?= $(shell ./version.py)
|
||||||
ARCH ?= $(shell uname -i)
|
ARCH ?= $(shell uname -i)
|
||||||
COMMIT ?= $(shell git rev-parse HEAD)
|
COMMIT ?= $(shell git rev-parse HEAD)
|
||||||
PYTHON ?= /usr/bin/python
|
PYTHON ?= /usr/bin/python3
|
||||||
|
|
||||||
export VERSION COMMIT
|
export VERSION COMMIT
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user