mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
(windows) JNI makefile #464
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @eustas on GitHub (Jul 3, 2023).
Currently, with CMake and modern Debian/testing image in the docker container it is very easy to cross-compile brotli libraries and CLI binary for various target platforms (see https://github.com/google/brotli/wiki/Building-Windows-artifacts).
JNI wrapper library seems to be less fortunate. It requires platform specific pieces and, currently, built only with bazel, which is less than ideal.
So, we are looking for a volunteer who could write a CMake buildfile for that: