From 3b4d6cee180caf385958c3960ca8600bbfeffb16 Mon Sep 17 00:00:00 2001 From: "H. Utku Maden" Date: Thu, 20 Jun 2024 12:45:58 +0300 Subject: [PATCH] Rename additional cmake variable. --- sh/build_native.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/build_native.sh b/sh/build_native.sh index 2484340..5444bf3 100755 --- a/sh/build_native.sh +++ b/sh/build_native.sh @@ -45,7 +45,7 @@ for ARCH in $ARCHS; do -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=$PREFIX \ -DCMAKE_TOOLCHAIN_FILE=$TOOLCHAIN \ - $QUIK_ADDITIONAL_CMAKE + $REFUEL_ADDITIONAL_CMAKE # Build and install. ninja -C $BUILD all