BogaudioModules

BogaudioModules for VCV Rack
Log | Files | Refs | README | LICENSE

commit 9fc4dc8d9a0c5677f3336a134f9938668749ba55
parent 7cc741ea1ee730a97e6ee72f614797ec08dce080
Author: Matt Demanett <matt@demanett.net>
Date:   Thu, 28 Jan 2021 21:43:24 -0500

Update osxcross target, maybe fix mac autobuild.

Diffstat:
M.github/actions/build_osx/Dockerfile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/actions/build_osx/Dockerfile b/.github/actions/build_osx/Dockerfile @@ -34,7 +34,7 @@ RUN SDK_VERSION=$OSXCROSS_SDK_VERSION \ cd /opt && \ git clone https://github.com/tpoechtrager/osxcross.git && \ cd osxcross && \ - git checkout e0a171828a72a0d7ad4409489033536590008ebf && \ + git checkout 7c090bd8cd4ad28cf332f1d02267630d8f333c19 && \ sed -i -e 's|-march=native||g' ./build_clang.sh ./wrapper/build.sh && \ ./tools/get_dependencies.sh && \ curl -L -o ./tarballs/MacOSX${OSXCROSS_SDK_VERSION}.sdk.tar.xz \