Allow compiling 64-bit macOS builds#3288
Merged
AaronVanGeffen merged 16 commits intoOpenLoco:masterfrom Nov 28, 2025
Merged
Conversation
0ee4c07 to
a180855
Compare
AaronVanGeffen
commented
Oct 14, 2025
This comment was marked as outdated.
This comment was marked as outdated.
5604577 to
25df75f
Compare
This comment was marked as outdated.
This comment was marked as outdated.
AaronVanGeffen
commented
Oct 14, 2025
AaronVanGeffen
commented
Oct 14, 2025
AaronVanGeffen
commented
Oct 14, 2025
AaronVanGeffen
commented
Oct 14, 2025
5031f27 to
c686a31
Compare
This comment was marked as outdated.
This comment was marked as outdated.
3ffa7fe to
f893c96
Compare
This was referenced Nov 5, 2025
1aaab00 to
f192a4a
Compare
This was referenced Nov 13, 2025
219fc55 to
ecfae4e
Compare
fc670e6 to
831831e
Compare
3f06c40 to
9a5343f
Compare
36a36a0 to
5269e1f
Compare
Member
Author
|
With all loco_globals integrated, |
5269e1f to
a4967d8
Compare
duncanspumpkin
approved these changes
Nov 28, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR allows compiling native 64-bit macOS builds, adding a CMake preset that uses Homebrew packages. (For CI builds, I suggest we set up
vcpkg, like on Windows.)Most of the work from this PR has been split off into other PRs in the mean time. What is left is focused on macOS builds, and should be fairly easy to review now.