mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 05:40:38 +01:00
[build] Use Python3 by default
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
HOSTCC = gcc
|
||||
HOSTCXX = g++
|
||||
PYTHON = python
|
||||
PYTHON = python3
|
||||
|
||||
# Language-specific flags
|
||||
CFLAGS = -std=c99
|
||||
|
||||
Reference in New Issue
Block a user