diff --git a/scripts/run_integration_tests.sh b/scripts/run_integration_tests.sh index 4b10ee78c..76cb2751a 100755 --- a/scripts/run_integration_tests.sh +++ b/scripts/run_integration_tests.sh @@ -213,7 +213,7 @@ sudo ip tuntap add name vunet-tap1 mode tap multi_queue BUILD_TARGET="$(uname -m)-unknown-linux-${CH_LIBC}" CFLAGS="" TARGET_CC="" -if [[ "$target" == "x86_64-unknown-linux-musl" ]]; then +if [[ "${BUILD_TARGET}" == "x86_64-unknown-linux-musl" ]]; then TARGET_CC="musl-gcc" CFLAGS="-I /usr/include/x86_64-linux-musl/ -idirafter /usr/include/" fi