Fix build script.
Some checks failed
Build / build (push) Failing after 7s

This commit is contained in:
H. Utku Maden 2024-06-20 12:46:07 +03:00
parent dfd585c939
commit 1c5f73ceb8
2 changed files with 4 additions and 4 deletions

@ -1,11 +1,11 @@
#!/bin/bash
cd $(dirname "$0")
export CMAKE_DIR="$PWD/Quik.Common/cmake"
export CMAKE_DIR="$PWD/docker-cross-compiler/cmake"
export NOINSTALL=1
export QUIK_ADDITIONAL_CMAKE="-D BUILD_SHARED_LIBS=true -D NO_SONAME=true"
export REFUEL_ADDITIONAL_CMAKE="-D BUILD_SHARED_LIBS=true -D NO_SONAME=true"
./Quik.Common/sh/quik_build_native.sh "$PWD/freetype"
./docker-cross-compiler/sh/build_native.sh "$PWD/freetype"
# Copy out natives from their respective directories into runtimes
mkdir -p \

@ -1 +1 @@
Subproject commit 5901e3e317571bce4a8772e2e994aaaadeae828e
Subproject commit 3b4d6cee180caf385958c3960ca8600bbfeffb16