From 40288a920108073fb7d66123d80af113c373b471 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Wed, 2 Mar 2022 00:01:41 -0500 Subject: Fixed build issues introduced in the previous commit. --- .github/workflows/release.yml | 2 +- src/Dockerfile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 26e56752..d34e5dae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: else args="release NIGHTLY=1 DEBUG=1" fi - make -C src deps win32-deps osx-deps + make -C src deps win-deps osx-deps make -C src $args # For nightly builds, strip the date from filenames. diff --git a/src/Dockerfile b/src/Dockerfile index 2e92c806..6f73d2ff 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -28,6 +28,7 @@ RUN echo "Building osxcross" \ && unzip *.zip && mv osxcross-* /opt/osxcross && rm *.zip \ && wget https://github.com/phracker/MacOSX-SDKs/releases/download/10.13/${sdk}.tar.xz \ && tar xJf ${sdk}.tar.xz \ + && cp -r /usr/lib/llvm-10/include/c++/v1 ${sdk}/usr/include/c++ \ && tar czf /opt/osxcross/tarballs/${sdk}.tar.gz ${sdk} \ && rm -r ${sdk}* \ && cd /opt/osxcross \ -- cgit v1.2.3