From 7aca46c3563736877b8657cb644afd442bea0607 Mon Sep 17 00:00:00 2001 From: Andrew Murray <3112309+radarhere@users.noreply.github.com> Date: Mon, 7 Apr 2025 00:21:49 +1000 Subject: [PATCH] Do not disable CMAKE_MACOSX_RPATH (#36) --- .github/workflows/wheels-dependencies.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/wheels-dependencies.sh b/.github/workflows/wheels-dependencies.sh index 142a91a3d..67933fe06 100755 --- a/.github/workflows/wheels-dependencies.sh +++ b/.github/workflows/wheels-dependencies.sh @@ -136,7 +136,6 @@ function build_libavif { -DCMAKE_INSTALL_PREFIX=$BUILD_PREFIX \ -DCMAKE_INSTALL_LIBDIR=$BUILD_PREFIX/lib \ -DCMAKE_INSTALL_NAME_DIR=$BUILD_PREFIX/lib \ - -DCMAKE_MACOSX_RPATH=OFF \ -DBUILD_SHARED_LIBS=ON \ -DAVIF_LIBSHARPYUV=LOCAL \ -DAVIF_LIBYUV=LOCAL \