Skip to content

Commit

Permalink
add libraries for arm64 mac
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Dec 25, 2024
1 parent e407378 commit 0025119
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,14 +151,8 @@ else
ARCH="32"
fi

echo "$(uname -m)"
echo "${ARCH}"

ls -lha "libs/image/zlib/${LIB_INSTALL}/${ARCH}/"
ls -lha "libs/image/png/${LIB_INSTALL}/${ARCH}/"

cp "libs/image/zlib/src/libzlib.a" "libs/image/zlib/${LIB_INSTALL}/$ARCH/"
cp "libs/image/png/src/libpng.a" "libs/image/png/${LIB_INSTALL}/$ARCH/"
cp "libs/image/zlib/src/build/libzlib.a" "libs/image/zlib/${LIB_INSTALL}/$ARCH/"
cp "libs/image/png/src/build/libpng.a" "libs/image/png/${LIB_INSTALL}/$ARCH/"
cp "${DEP_INSTALL_DIR}/freetype-2.9/_build/libfreetype.a" "libs/freetype/${LIB_INSTALL}/${ARCH}/"
cp "${DEP_INSTALL_DIR}/libxml2-2.9.8/.libs/libxml2.a" "libs/libxml/${LIB_INSTALL}/${ARCH}/"
if [[ "$OSTYPE" == "cygwin" ]]; then
Expand Down

0 comments on commit 0025119

Please sign in to comment.