1
0
mirror of https://github.com/google/cpu_features.git synced 2025-07-01 13:21:13 +02:00

Cleanup CMAKE_ADDITIONAL_ARGS

Making sure to cleanup CMAKE_ADDITIONAL_ARGS between runs
This commit is contained in:
Guillaume Chatelet
2019-01-22 09:06:14 +01:00
committed by GitHub
parent 53ea243a62
commit 51693b8b3e

View File

@ -185,6 +185,7 @@ function expand_environment_and_integrate() {
declare -a CONFIG_NAMES=() declare -a CONFIG_NAMES=()
declare -a QEMU_ARGS=() declare -a QEMU_ARGS=()
declare -a CMAKE_ADDITIONAL_ARGS=()
case ${TOOLCHAIN} in case ${TOOLCHAIN} in
LINARO) expand_linaro_config ;; LINARO) expand_linaro_config ;;