Skip to content

Commit

Permalink
Readd accidentally removed macOS arm64 compression native
Browse files Browse the repository at this point in the history
  • Loading branch information
astei committed Sep 1, 2024
1 parent f8c3a1a commit 956fca1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/build-support/compile-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Binary file not shown.

0 comments on commit 956fca1

Please sign in to comment.