Loading changes/ticket40369 0 → 100644 +4 −0 Original line number Diff line number Diff line o Minor bugfixes (build, cross-compilation): - Allow a custom "ar" for cross-compilation. Our previous build script had used the $AR environment variable in most places, but it missed one. Fixes bug 40369; bugfix on 0.4.5.1-alpha. scripts/build/combine_libs +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ for input in "$@"; do dir="$TMPDIR"/$(basename "$input" .a) mkdir "$dir" cd "$dir">/dev/null ar x "$abs" "${AR:-ar}" x "$abs" done cd "$TMPDIR" >/dev/null Loading Loading
changes/ticket40369 0 → 100644 +4 −0 Original line number Diff line number Diff line o Minor bugfixes (build, cross-compilation): - Allow a custom "ar" for cross-compilation. Our previous build script had used the $AR environment variable in most places, but it missed one. Fixes bug 40369; bugfix on 0.4.5.1-alpha.
scripts/build/combine_libs +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ for input in "$@"; do dir="$TMPDIR"/$(basename "$input" .a) mkdir "$dir" cd "$dir">/dev/null ar x "$abs" "${AR:-ar}" x "$abs" done cd "$TMPDIR" >/dev/null Loading