mirror of
https://github.com/cuberite/polarssl.git
synced 2025-08-19 10:36:23 -04:00
fix zlib test
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
e264a7dcd1
commit
dff18da29a
@ -1008,6 +1008,9 @@ EOF
|
|||||||
}
|
}
|
||||||
|
|
||||||
component_test_zlib_cmake() {
|
component_test_zlib_cmake() {
|
||||||
|
# This is needed due to something parsing the output from make
|
||||||
|
export VERBOSE_LOGS=1
|
||||||
|
|
||||||
msg "build: zlib enabled, cmake"
|
msg "build: zlib enabled, cmake"
|
||||||
scripts/config.py set MBEDTLS_ZLIB_SUPPORT
|
scripts/config.py set MBEDTLS_ZLIB_SUPPORT
|
||||||
cmake -D ENABLE_ZLIB_SUPPORT=On -D CMAKE_BUILD_TYPE:String=Release .
|
cmake -D ENABLE_ZLIB_SUPPORT=On -D CMAKE_BUILD_TYPE:String=Release .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user