Skip to content

Commit 66a847b

Browse files
PySide/Qt : Fix build with Xcode 15
1 parent e8c9bfd commit 66a847b

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

PySide/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"environment" : {
4141

4242
"DYLD_FRAMEWORK_PATH" : "{buildDir}/lib",
43+
"DYLD_FALLBACK_LIBRARY_PATH" : "{buildDir}/lib",
4344

4445
},
4546

Qt/config.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,12 @@
105105

106106
"platform:macos" : {
107107

108+
"environment" : {
109+
110+
"DYLD_FALLBACK_LIBRARY_PATH" : "{buildDir}/lib",
111+
112+
},
113+
108114
"variables" : {
109115

110116
"extraArgs" : "-no-freetype QMAKE_APPLE_DEVICE_ARCHS=arm64",

0 commit comments

Comments
 (0)