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 7b055bd commit 03eb616Copy full SHA for 03eb616
tools/utils.py
@@ -273,7 +273,7 @@ def VersionCmp(ver1, ver2):
273
274
def GCCC99Patch(cflags):
275
import building
276
- gcc_version = building.GetDepend('GCC_VERSION')
+ gcc_version = building.GetDepend('GCC_VERSION_STR')
277
if gcc_version:
278
gcc_version = gcc_version.replace('"', '')
279
if VersionCmp(gcc_version, "4.8.0") == 1:
0 commit comments