games-strategy/glob2: Use https for dev.g.o

This commit is contained in:
Michał Górny
2017-09-06 23:19:44 +02:00
parent 8ce7572c07
commit 6ee23f9709

View File

@@ -12,7 +12,7 @@
env["TARFILE"] = env.Dir("#").abspath + "/glob2-" + env["VERSION"] + ".tar.gz"
env["TARFLAGS"] = "-c -z"
env.Alias("dist", env["TARFILE"])
+ # Using suggestions for http://dev.gentoo.org/~vapier/scons-blows.txt
+ # Using suggestions for https://dev.gentoo.org/~vapier/scons-blows.txt
+ if os.environ.has_key('CC'):
+ env['CC'] = os.environ['CC']
+ if os.environ.has_key('CXX'):