From e5e39d523527548cc5c2a9c10134719d9642703e Mon Sep 17 00:00:00 2001 From: koyu Date: Thu, 4 May 2023 13:53:51 +0000 Subject: [PATCH] Force more Python 3 --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 0b66e59..830fd0f 100644 --- a/SConstruct +++ b/SConstruct @@ -1,4 +1,4 @@ -#!python +#!/usr/bin/python3 import os # Gets the standard flags CC, CCX, etc.