Readd accidentally removed macOS arm64 compression native

This commit is contained in:
Andrew Steinborn 2024-08-31 22:26:11 -04:00
parent f8c3a1a5cb
commit 956fca142c
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ fi
echo "Compiling libdeflate..."
cd libdeflate || exit
cmake -B build && cmake --build build --target libdeflate_static
rm -rf build && cmake -B build && cmake --build build --target libdeflate_static
cd ..
CFLAGS="-O2 -I$JAVA_HOME/include/ -I$JAVA_HOME/include/darwin/ -fPIC -shared -Wall -Werror -fomit-frame-pointer"