Fix build

This commit is contained in:
Simon Gellis 2025-08-24 22:28:44 -04:00
parent f732720c31
commit bc6cc6cabc
2 changed files with 2 additions and 1 deletions

View File

@ -49,3 +49,4 @@ ENV PATH="/osxcross/bin:$PATH" \
CARGO_TARGET_AARCH64_APPLE_DARWIN_AR="llvm-ar-20" \
RC_PATH="llvm-rc-20" \
MACOSX_DEPLOYMENT_TARGET="14.5"
ENTRYPOINT ["bash"]

View File

@ -1,4 +1,4 @@
set -e
docker build --pull -f build.Dockerfile -t lemur-build .
MSYS_NO_PATHCONV=1 docker run -it --rm -v .:/app -w /app --entrypoint sh lemur-build /app/scripts/do-bundle.sh
MSYS_NO_PATHCONV=1 docker run -it --rm -v .:/app -w /app lemur-build /app/scripts/do-bundle.sh