Skip to content

Commit

Permalink
once more with feeling
Browse files Browse the repository at this point in the history
  • Loading branch information
UncombedCoconut committed Mar 19, 2024
1 parent 594837e commit b21019d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
- `naev-steamruntime` (Used for testing linux steam builds in the steamruntime (sniper) environment with extra dependencies installed.)
- `naev-windows` (Used to cross compile for Windows.)

### v1.10.0
- Bump minimum macOS version for arm64 to 12.0, due to issues with gettext packaging.

### v1.9.1
- Update OpenBLAS to v0.3.26 in `naev-windows`.
- Add rcodesign to `naev-macos` and `naev-release`.
Expand Down
2 changes: 1 addition & 1 deletion naev-macos/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ RUN UNATTENDED=1 osxcross-macports install freetype glpk libsdl2 libsdl2_image l
mv /usr/lib/osxcross/macports /usr/lib/osxcross/macports.x86_64

# Set MACOSX_DEPLOYMENT_TARGET for AARCH64
ENV MACOSX_DEPLOYMENT_TARGET "11.0"
ENV MACOSX_DEPLOYMENT_TARGET "12.0"

# Install required build dependencies
RUN UNATTENDED=1 osxcross-macports install -arm64 freetype glpk libsdl2 libsdl2_image libpng \
Expand Down

0 comments on commit b21019d

Please sign in to comment.