Skip to content

Commit c0d2993

Browse files
authored
[ATfL] Do not overwrite the COMMON_CMAKE_FLAGS variable, extend it instead (#122)
This will allow us to tweak the CMake configuration.
1 parent 1fec583 commit c0d2993

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arm-software/linux/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ STAGES=(
4646
)
4747
ZLIB_STATIC_PATH=${ZLIB_STATIC_PATH:-"/usr/lib/aarch64-linux-gnu/libz.a"}
4848
COMMON_CMAKE_FLAGS=(
49+
${COMMON_CMAKE_FLAGS}
4950
-DLLVM_ENABLE_ZLIB=ON
5051
-DLLVM_USE_STATIC_ZSTD=True
5152
-DLLVM_ENABLE_ZSTD=ON

0 commit comments

Comments
 (0)