Skip to content

Commit

Permalink
Build universal OpenSCAD binary
Browse files Browse the repository at this point in the history
  • Loading branch information
kintel committed Jan 19, 2022
1 parent 99969f3 commit 171a2f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release-common.sh
Expand Up @@ -90,7 +90,7 @@ fi
case $OS in
MACOSX)
. ./scripts/setenv-macos.sh
CMAKE_CONFIG="$CMAKE_CONFIG -DCMAKE_OSX_ARCHITECTURES=x86_64"
CMAKE_CONFIG="$CMAKE_CONFIG -DCMAKE_OSX_ARCHITECTURES=x86_64;arm64"
;;
LINUX)
TARGET=
Expand Down

0 comments on commit 171a2f9

Please sign in to comment.