Skip to content

Commit

Permalink
Use prebuilt manifold on macOS (openscad#5481)
Browse files Browse the repository at this point in the history
  • Loading branch information
kintel authored Dec 8, 2024
1 parent fd9076f commit a64a1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ fi
case $OS in
MACOSX)
. ./scripts/setenv-macos.sh
CMAKE_CONFIG="$CMAKE_CONFIG -DCMAKE_OSX_ARCHITECTURES=x86_64;arm64"
CMAKE_CONFIG="$CMAKE_CONFIG -DUSE_BUILTIN_MANIFOLD=OFF -DCMAKE_OSX_ARCHITECTURES=x86_64;arm64"
;;
LINUX)
TARGET=
Expand Down

0 comments on commit a64a1b0

Please sign in to comment.