diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-01 02:02:00 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-01 03:04:59 +0900 |
| commit | 2cd6b35beeb655ae2a69d17d223063ee5a3e00bb (patch) | |
| tree | 63420b83f171ad48178c335a0ce932531d2e7061 /internal/rosa/zlib.go | |
| parent | 09a216c6ec7c934e2dcdf3fb3deaf1fd179e3402 (diff) | |
internal/rosa/cmake: run tests
This uses the standard CMake test target.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/zlib.go')
| -rw-r--r-- | internal/rosa/zlib.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rosa/zlib.go b/internal/rosa/zlib.go index ab1ae7ea..4f6591b0 100644 --- a/internal/rosa/zlib.go +++ b/internal/rosa/zlib.go @@ -16,7 +16,7 @@ func (t Toolchain) newZlib() (pkg.Artifact, string) { {"CMAKE_BUILD_TYPE", "Release"}, {"CMAKE_C_FLAGS", "-fPIC"}, - {"ZLIB_BUILD_TESTING", "OFF"}, + {"ZLIB_BUILD_TESTING", "ON"}, {"ZLIB_BUILD_SHARED", "ON"}, {"ZLIB_BUILD_STATIC", "ON"}, {"ZLIB_BUILD_MINIZIP", "OFF"}, |
