From 1c5f73ceb865c7d0e46529f9f0f92e13c7b135ed Mon Sep 17 00:00:00 2001 From: "H. Utku Maden" Date: Thu, 20 Jun 2024 12:46:07 +0300 Subject: [PATCH] Fix build script. --- build_native.sh | 6 +++--- docker-cross-compiler | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build_native.sh b/build_native.sh index 5e62206..c00a4f6 100755 --- a/build_native.sh +++ b/build_native.sh @@ -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 \ diff --git a/docker-cross-compiler b/docker-cross-compiler index 5901e3e..3b4d6ce 160000 --- a/docker-cross-compiler +++ b/docker-cross-compiler @@ -1 +1 @@ -Subproject commit 5901e3e317571bce4a8772e2e994aaaadeae828e +Subproject commit 3b4d6cee180caf385958c3960ca8600bbfeffb16