ports/devel/scons/patches/patch-SCons_Tool_gxx_py

13 lines
216 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: SCons/Tool/gxx.py
--- SCons/Tool/gxx.py.orig
+++ SCons/Tool/gxx.py
@@ -38,7 +38,7 @@ import SCons.Util
from . import gcc
from . import cxx
-compilers = ['g++']
+compilers = ['c++']
def generate(env):