Skip to content

Commit 98c3cf1

Browse files
author
DvirDukhan
committed
Merge branch 'master' into v1.2.5
2 parents 4586d70 + a9fe147 commit 98c3cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opt/system-setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def common_first(self):
2626

2727
def debian_compat(self):
2828
self.run("%s/bin/enable-utf8" % READIES)
29-
self.run("%s/bin/getgcc --modern" % READIES)
29+
self.run("%s/bin/getgcc" % READIES)
3030
self.install("gawk")
3131
self.install("libssl-dev")
3232
self.install("python3-regex")

0 commit comments

Comments
 (0)