Skip to content

Commit 696fd4d

Browse files
committed
Revert "CI macOS 14 (arm64) deployment fix"
This reverts commit f9963c4. This workaround is no longer needed, on the contrary, it breaks the CI now: <https://gist.github.com/MartinPulec/067c8e7ff87ddf04e1285556f33d8d2b>
1 parent 6a92e89 commit 696fd4d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Makefile.in

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -650,13 +650,6 @@ $(GUI_BUNDLE): $(BUNDLE) $(GUI_BUNDLE_DEP)
650650
| dylibbundler -of -cd -b -d $(GUI_BUNDLE)/Contents/libs \
651651
-x $(GUI_BUNDLE)/Contents/Frameworks/QtDBus.framework/QtDBus;\
652652
fi
653-
# TODO TOREMOVE: also libbrotlidec.1.dylib seem to be copied with macdeployqt
654-
# but without dependencies handled. However, the v1.2 (1.dylib is a symlink) is
655-
# bundled/fixed by uv so use that.
656-
if [ -f $(GUI_BUNDLE)/Contents/libs/libbrotlidec.1.dylib ]; then \
657-
cd $(GUI_BUNDLE)/Contents/libs/; rm libbrotlidec.1.dylib; \
658-
ln -s libbrotlidec*.dylib libbrotlidec.1.dylib; \
659-
fi
660653

661654
defaults write `pwd`/$(GUI_BUNDLE)/Contents/Info.plist NSCameraUsageDescription \
662655
'Allow camera for video capture'

0 commit comments

Comments
 (0)