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"