mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-07 15:08:24 +00:00
Changed MacOS CI to match new split of qt between proprietary and opensource versions
This commit is contained in:
parent
9aefe95124
commit
6a5a2f02a6
1 changed files with 2 additions and 2 deletions
|
|
@ -5,9 +5,9 @@
|
|||
|
||||
.build_all_script: &build_all_script |
|
||||
ccache -s
|
||||
export Qt6_DIR=~/Qt/$QT_MAC_VER/lib/cmake/Qt6
|
||||
export Qt6_DIR=~/Qt/${QT_OPEN_SOURCE_DIRECTORY:-proprietary}/$QT_MAC_VER/lib/cmake/Qt6
|
||||
echo $Qt6_DIR
|
||||
export PATH=~/Qt/$QT_MAC_VER/bin:$PATH
|
||||
export PATH=~/Qt/${QT_OPEN_SOURCE_DIRECTORY:-proprietary}/$QT_MAC_VER/bin:$PATH
|
||||
echo $PATH
|
||||
if [ -d "build" ]; then rm -rf build; fi;
|
||||
mkdir -p build/OUTPUT
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue