From ad8845c13bc730c9b021954fe4ef538fd1a1e417 Mon Sep 17 00:00:00 2001 From: "H. Utku Maden" Date: Thu, 20 Jun 2024 15:13:35 +0300 Subject: [PATCH] Change the directory again. --- build_native.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_native.sh b/build_native.sh index 42b3e40..bd843bf 100755 --- a/build_native.sh +++ b/build_native.sh @@ -6,11 +6,11 @@ export NOINSTALL=1 export REFUEL_ADDITIONAL_CMAKE="-D BUILD_SHARED_LIBS=true -D NO_SONAME=true" # Clang Builds -./docker-cross-compiler/sh/build_native.sh "$PWD" "osx-arm64 osx-x64" +./docker-cross-compiler/sh/build_native.sh "$PWD/freetype" "osx-arm64 osx-x64" # GCC Builds export REFUEL_ADDITIONAL_CMAKE="$REFUEL_ADDITIONAL_CMAKE -D COMPILE_OPTIONS=\"-static-libgcc;-static-libstdc++;-fno-exceptions\"" -./docker-cross-compiler/sh/build_native.sh "$PWD" "linux-arm linux-arm64 linux-x64 win-x64 win-x86" +./docker-cross-compiler/sh/build_native.sh "$PWD/freetype" "linux-arm linux-arm64 linux-x64 win-x64 win-x86" # Copy out natives from their respective directories into runtimes mkdir -p \