Skip to content

Commit

Permalink
Update build_mac_ci.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed Dec 5, 2024
1 parent 7d484a3 commit 027ca6a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/scripts/build_mac_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ SDK_TAR=friction-sdk-macOS12.7-v1.tar.bz2
if [ ! -d "${CWD}/sdk" ]; then
curl -OL ${URL}/${SDK_TAR}
tar xf ${SDK_TAR}
(cd ${CWD}/sdk/bin ; ln -sf pkgconf pkg-config )
# sdk v1 temp workaround
(cd ${CWD}/sdk/bin;
install_name_tool -change /Users/rodlie/Documents/GitHub/friction/sdk/lib/libpkgconf.2.dylib ../lib/libpkgconf.2.dylib pkgconf
)
fi

git submodule update -i --recursive
Expand Down

0 comments on commit 027ca6a

Please sign in to comment.