parent
ffdde40f56
commit
57cc7831bf
@ -322,7 +322,7 @@ def conf(name):
|
|||||||
if self.spec.satisfies('@4'):
|
if self.spec.satisfies('@4'):
|
||||||
# Necessary to build with GCC 6 and other modern compilers
|
# Necessary to build with GCC 6 and other modern compilers
|
||||||
# http://stackoverflow.com/questions/10354371/
|
# http://stackoverflow.com/questions/10354371/
|
||||||
with open(conf_file, 'a') as f:
|
with open(conf('gcc-base'), 'a') as f:
|
||||||
f.write("QMAKE_CXXFLAGS += -std=gnu++98\n")
|
f.write("QMAKE_CXXFLAGS += -std=gnu++98\n")
|
||||||
|
|
||||||
@when('@4: %intel')
|
@when('@4: %intel')
|
||||||
|
Loading…
Reference in New Issue
Block a user