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.
1 parent b68b30e commit a9fe147Copy full SHA for a9fe147
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