File tree 2 files changed +1
-2
lines changed
build_scripts/macOS/internal
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 36
36
message=$( ${QT_BASE_DIR} macdeployqt $INSTALL_PATH /$APPNAME \
37
37
$ARGUMENTS 2>&1 )
38
38
39
+ cp /opt/homebrew/opt/gcc/lib/gcc/11/libgcc_s.1.1.dylib $INSTALL_PATH /$APPNAME /Contents/Framework
39
40
40
41
# if message contains "ERROR" then macdeployqt failed
41
42
if [[ $message == * " ERROR" * ]]; then
Original file line number Diff line number Diff line change @@ -203,8 +203,6 @@ target_compile_definitions(relightlab
203
203
RELIGHT_VERSION=${RELIGHT_VERSION} )
204
204
205
205
if (APPLE )
206
- include (BundleUtilities)
207
- fixup_bundle("${CMAKE_CURRENT_BINARY_DIR} /relightlab.app/Contents/MacOS/relightlab" TRUE )
208
206
209
207
set_source_files_properties (${CMAKE_CURRENT_SOURCE_DIR} /../build_scripts/relightlab.icns PROPERTIES MACOSX_PACKAGE_LOCATION "Resources" )
210
208
file (COPY ${CMAKE_CURRENT_SOURCE_DIR} /../build_scripts/relightlab.icns DESTINATION "${CMAKE_CURRENT_BINARY_DIR} /relightlab.app/Contents/Resources/" )
You can’t perform that action at this time.
0 commit comments