From fe97582c585fb1d7c81c148435d9c6a69ea4762e Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Wed, 9 Aug 2023 12:49:32 +0100 Subject: [PATCH] Ensure macOS builds use platform-specific subdirectory --- build/lin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/lin.sh b/build/lin.sh index 757511f1..2bd0efbc 100755 --- a/build/lin.sh +++ b/build/lin.sh @@ -16,7 +16,7 @@ case ${PLATFORM} in DEPS=$PWD/deps TARGET=$PWD/target PACKAGE=$PWD - ROOT=$PWD/$PLATFORM + ROOT=$PWD/platforms/$PLATFORM VIPS_CPP_DEP=libvips-cpp.42.dylib ;; esac