| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 696935e commit 8abd54f
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -598,7 +598,7 @@ | |||
| 598 | 598 | ], | |
| 599 | 599 | }, { # else it's `AIX` | |
| 600 | 600 | 'variables': { | |
| 601 | - 'gcc_major': '<!(<(python) -c "import os; import subprocess; CXX=os.environ.get(\'CXX\', \'g++\'); subprocess.run([CXX, \'-dumpversion\'])")' | ||
| 601 | + 'gcc_major': '<!(sh -c "${CXX:-g++} -dumpversion")' | ||
| 602 | 602 | }, | |
| 603 | 603 | # Disable the following compiler warning: | |
| 604 | 604 | # | |
| Back | FazBrowse Home | New Git URL |
0 commit comments