File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments