From ebfc8a694615a8a6c9d35652279a9748ff43db3d Mon Sep 17 00:00:00 2001 From: "H. Utku Maden" Date: Tue, 19 Mar 2024 22:01:13 +0300 Subject: [PATCH] Fix script once more. --- sh/quik_build_native.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/quik_build_native.sh b/sh/quik_build_native.sh index 3d70ba5..cff555e 100644 --- a/sh/quik_build_native.sh +++ b/sh/quik_build_native.sh @@ -34,7 +34,7 @@ for ARCH in $ARCHS; do # Build directory. BUILD=$DST/out/$ARCH # Cmake toolchain file. - TOOLCHAIN=$CMAKE_DIR/cmake/$ARCH.cmake + TOOLCHAIN=$CMAKE_DIR/$ARCH.cmake # Create directories. mkdir -p $PREFIX $BUILD