Add export to variables.
All checks were successful
Build / build (push) Successful in 1m39s

This commit is contained in:
H. Utku Maden 2024-04-04 23:34:38 +03:00
parent 6367996b66
commit 378e85492c

@ -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"