ports/devel/scons/patches/patch-SCons_Tool_gxx_py

12 lines
216 B
Text

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):