zeal, fix for 32bit (#13909)

This commit is contained in:
Schrijvers Luc
2026-04-04 10:54:16 +02:00
committed by GitHub
parent 68c491413e
commit 69d5772e34
2 changed files with 27 additions and 5 deletions

View File

@@ -60,8 +60,7 @@ BUILD()
cmake -Bbuild -S. -DCMAKE_BUILD_TYPE=Release \
$cmakeDirArgs \
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake \
-DZEAL_RELEASE_BUILD=ON \
-DCMAKE_COMPILE_WARNING_AS_ERROR=OFF
-DZEAL_RELEASE_BUILD=ON
make -Cbuild $jobArgs
}