File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 pip --disable-pip-version-check install git+https://github.com/vi/mkvparse.git
2727 fi
2828 if [ "$RUNNER_OS" == "macOS" ]; then
29- brew install automake libxslt sqlite jansson libevent qt@5 sfk xmlstarlet ffmpeg
29+ brew install libtool automake libxslt sqlite jansson libevent qt@5 sfk xmlstarlet ffmpeg
3030 sudo pip --disable-pip-version-check install --prefix /usr/local git+https://github.com/vi/mkvparse.git
3131 fi
3232 - name : Get ZenLib info
8989 - name : Configure GUI
9090 run : |
9191 cd Project/Qt
92- export PATH=/usr/local /opt/qt@5/bin:$PATH
93- ./prepare INCLUDEPATH+=/usr/local/include CONFIG+=c++11 -after QMAKE_MACOSX_DEPLOYMENT_TARGET=10.9 QMAKE_LFLAGS-=-Wl,-ld_classic
92+ export PATH=/opt/homebrew /opt/qt@5/bin:$PATH
93+ ./prepare CONFIG+=c++11 -after QMAKE_MACOSX_DEPLOYMENT_TARGET=10.9 QMAKE_LFLAGS-=-Wl,-ld_classic
9494 - name : Build GUI
9595 run : |
9696 cd Project/Qt
You can’t perform that action at this time.
0 commit comments