We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4586d70 + a9fe147 commit 98c3cf1Copy full SHA for 98c3cf1
opt/system-setup.py
@@ -26,7 +26,7 @@ def common_first(self):
26
27
def debian_compat(self):
28
self.run("%s/bin/enable-utf8" % READIES)
29
- self.run("%s/bin/getgcc --modern" % READIES)
+ self.run("%s/bin/getgcc" % READIES)
30
self.install("gawk")
31
self.install("libssl-dev")
32
self.install("python3-regex")
0 commit comments