We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c05dbf8 commit 5a146e2Copy full SHA for 5a146e2
installer/fix_qt5_rpath.py
@@ -85,5 +85,6 @@
85
# if matches and len(matches[0]) == 4:
86
# min_version = matches[0][1]
87
# sdk_version = matches[0][2]
88
+# print("min: %s\tsdk: %s\t%s" % (min_version, sdk_version, file_path))
89
# if min_version in ['10.14', '10.15']:
-# print("%s: min: %s, sdk: %s" % (file_path, min_version, sdk_version))
90
+# print("ERROR!!!! Minimum OS X version not met for %s" % file_path)
0 commit comments