Skip to content

Commit

Permalink
testing new branch macos-bundle-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
agriggio committed Nov 27, 2024
1 parent 17d7408 commit 4783902
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
export ART_DIR="ART-$(cat repo/version.txt)"
#wget https://bitbucket.org/agriggio/art/downloads/${ART_DIR}.tar.xz
#tar xJf ${ART_DIR}.tar.xz
git clone --depth 1 --branch macos-bundle-simplified https://[email protected]/agriggio/art.git ${ART_DIR}
git clone --depth 1 --branch macos-bundle-v2 https://[email protected]/agriggio/art.git ${ART_DIR}
- if: ${{ matrix.os == 'macos-12' }}
name: Install MacPorts x64
Expand Down Expand Up @@ -149,6 +149,7 @@ jobs:
-DENABLE_LIBRAW=1 \
-DCTL_INCLUDE_DIR=/opt/art-deps/include/CTL \
-DCMAKE_LIBRARY_PATH=/opt/art-deps/lib \
-DOSX_DEV_BUILD=1 \
-DCMAKE_OSX_DEPLOYMENT_TARGET=$OS_VERSION \
../${ART_DIR}
cd ..
Expand Down

0 comments on commit 4783902

Please sign in to comment.