From 80e696d24a0dea1d22095d9c898fd9d90aeac510 Mon Sep 17 00:00:00 2001 From: "H. Utku Maden" Date: Fri, 29 May 2026 19:45:39 +0300 Subject: [PATCH] Add $PWD because something changed in the way nuget evaluates cmdline args. --- build_native.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_native.sh b/build_native.sh index 12174f8..9de9762 100755 --- a/build_native.sh +++ b/build_native.sh @@ -1,7 +1,7 @@ #!/bin/bash cd $(dirname "$0") # Add the local directory as a .NET package source. -dotnet nuget add source -n ReFuel.StbImage bin +dotnet nuget add source -n ReFuel.StbImage $PWD/bin # Build each architecture in its own subfolder. DST=$PWD ./docker-cross-compiler/sh/build_native.sh $PWD linux-arm64