Fixed crash relating to looking for the wrong .xib resource file for MacOS

master
Hecklezz 2025-09-20 16:57:59 +10:00
parent b542e69fe7
commit b456ae2dc7
1 changed files with 1 additions and 1 deletions

View File

@ -2508,7 +2508,7 @@ if (WINDOWS)
elseif (DARWIN)
set_target_properties(${VIEWER_BINARY_NAME}
PROPERTIES
RESOURCE SecondLife.xib
RESOURCE Firestorm.xib
LINK_FLAGS_RELEASE "${LINK_FLAGS_RELEASE} -Xlinker -dead_strip"
#<FS:TS> Force the SDK version in the linked executable to be 10.12. This will fool
# macOS into using the pre-Mojave display system, avoiding the blurry display that