Skip to content

Commit

Permalink
Wrong filename for config.sub
Browse files Browse the repository at this point in the history
  • Loading branch information
kintel committed Jan 19, 2022
1 parent 9b2f1db commit f898ae8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/macosx-build-dependencies.sh
Expand Up @@ -583,6 +583,8 @@ remove_libxml2()
build_libuuid()
{
version=$1

echo "Building libuuid $version..."
cd $BASEDIR/src
rm -rf uuid-$version
if [ ! -f uuid-$version.tar.gz ]; then
Expand All @@ -592,7 +594,7 @@ build_libuuid()
cd uuid-$version
patch -p1 < $OPENSCADDIR/patches/uuid-1.6.2.patch
# Update old config.sub to get aarch64 support
cp $OPENSCADDIR/patches/uuid-config.sub .
cp $OPENSCADDIR/patches/uuid-config.sub ./config.sub

# Build each arch separately
for i in ${!ARCHS[@]}; do
Expand Down

0 comments on commit f898ae8

Please sign in to comment.