Skip to content

Commit 5a146e2

Browse files
committed
Updating some troubleshooting code snippets for Mac builds
1 parent c05dbf8 commit 5a146e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

installer/fix_qt5_rpath.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,6 @@
8585
# if matches and len(matches[0]) == 4:
8686
# min_version = matches[0][1]
8787
# sdk_version = matches[0][2]
88+
# print("min: %s\tsdk: %s\t%s" % (min_version, sdk_version, file_path))
8889
# if min_version in ['10.14', '10.15']:
89-
# 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

Comments
 (0)