Skip to content

Commit

Permalink
Ensure macOS builds use platform-specific subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Aug 31, 2023
1 parent af9176a commit 43df211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/lin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43df211

Please sign in to comment.