diff options
| author | Přemysl Eric Janouch <p@janouch.name> | 2025-11-03 18:04:47 +0100 | 
|---|---|---|
| committer | Přemysl Eric Janouch <p@janouch.name> | 2025-11-03 18:05:41 +0100 | 
| commit | 2234fd008d294ebfa425e48844961c254cb4f11b (patch) | |
| tree | ef34ee1bf93920de613003578085bca565bcae84 /msys2-configure.sh | |
| parent | 0fceaf7728e8efeffb158271a8fe74e4db1a6a7a (diff) | |
| download | fiv-origin/HEAD.tar.gz fiv-origin/HEAD.tar.xz fiv-origin/HEAD.zip  | |
MSYS2: add a comment about realpathorigin/masterorigin/HEAD
Diffstat (limited to 'msys2-configure.sh')
| -rwxr-xr-x | msys2-configure.sh | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/msys2-configure.sh b/msys2-configure.sh index 7b7724e..8cbff30 100755 --- a/msys2-configure.sh +++ b/msys2-configure.sh @@ -130,6 +130,8 @@ setup() {  		--bindir . --libdir . --cross-file="$toolchain" "$builddir" "$sourcedir"  } +# Note: you may need GNU coreutils realpath for non-existent build directories +# (macOS and busybox will probably not work).  sourcedir=$(realpath "${2:-$(dirname "$0")}")  builddir=$(realpath "${1:-builddir}")  toolchain=$builddir/msys2-cross-toolchain.meson  | 
