From 378e85492cbfe2117742ab673709919b78931ad6 Mon Sep 17 00:00:00 2001 From: "H. Utku Maden" Date: Thu, 4 Apr 2024 23:34:38 +0300 Subject: [PATCH] Add export to variables. --- build_native.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build_native.sh b/build_native.sh index 42e0b04..ce1adab 100755 --- a/build_native.sh +++ b/build_native.sh @@ -1,9 +1,9 @@ #!/bin/bash cd $(dirname "$0") -CMAKE_DIR="$PWD/Quik.Common/cmake" -NOINSTALL=1 -QUIK_ADDITIONAL_CMAKE="-D BUILD_SHARED_LIBS=true -D NO_SONAME=true" +export CMAKE_DIR="$PWD/Quik.Common/cmake" +export NOINSTALL=1 +export QUIK_ADDITIONAL_CMAKE="-D BUILD_SHARED_LIBS=true -D NO_SONAME=true" ./Quik.Common/sh/quik_build_native.sh "$PWD/freetype"