Add $PWD because something changed in the way nuget evaluates cmdline args.

This commit is contained in:
2026-05-29 19:45:39 +03:00
parent a9eacca2ff
commit 80e696d24a
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
cd $(dirname "$0") cd $(dirname "$0")
# Add the local directory as a .NET package source. # 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. # Build each architecture in its own subfolder.
DST=$PWD ./docker-cross-compiler/sh/build_native.sh $PWD linux-arm64 DST=$PWD ./docker-cross-compiler/sh/build_native.sh $PWD linux-arm64