Skip to content

Commit

Permalink
Merge branch 'BtbN:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
devedse committed Mar 29, 2024
2 parents bcc87e3 + 2660e75 commit 2e7f7cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -110,7 +110,7 @@ jobs:
strategy:
fail-fast: false
matrix:
target: [win64,linux64,linuxarm64]
target: [win64,winarm64,linux64,linuxarm64]
steps:
- name: Free Disk-Space
run: df -h && sudo apt-get clean && docker system prune -a -f && sudo rm -rf /usr/local/lib/android /usr/share/dotnet /opt/ghc && df -h
Expand Down
2 changes: 1 addition & 1 deletion scripts.d/10-mingw.sh
Expand Up @@ -34,7 +34,7 @@ ffbuild_dockerbuild() {
unset PKG_CONFIG_LIBDIR

if [[ -z "$COMPILER_SYSROOT" ]]; then
COMPILER_SYSROOT="$(${CC} -print-sysroot)/usr"
COMPILER_SYSROOT="$(${CC} -print-sysroot)/usr/${FFBUILD_TOOLCHAIN}"
fi

local myconf=(
Expand Down

0 comments on commit 2e7f7cb

Please sign in to comment.