Skip to content

Commit

Permalink
fixed download
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalkbrenner committed Mar 28, 2024
1 parent f06b6af commit 3af5903
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platforms/macos/arm64/external.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ cd ..
# build libpupdmd and copy to external
#

curl -sL https://github.com/ppuc/libpupdmd/archive/${LIBPUDMD_SHA}.zip -o libpupdmd.zip
curl -sL https://github.com/ppuc/libpupdmd/archive/${LIBPUPDMD_SHA}.zip -o libpupdmd.zip
unzip libpupdmd.zip
cd libpupdmd-$LIBPUDMD_SHA
cd libpupdmd-$LIBPUPDMD_SHA
cp src/pupdmd.h ../../third-party/include/
cmake -DPLATFORM=macos -DARCH=arm64 -DBUILD_SHARED=ON -DBUILD_STATIC=OFF -DCMAKE_BUILD_TYPE=${BUILD_TYPE} -B build
cmake --build build -- -j${NUM_PROCS}
Expand Down

0 comments on commit 3af5903

Please sign in to comment.