Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update MacOS image to 15.4.0 (Xcode 15.4, macOS 14.3.1) #1461

Merged
merged 2 commits into from
Jul 17, 2024

Conversation

When executables are built, using these libraries, they also need to link against NAS2D, which is correctly done. However, when creating the libraries themselves, there is no need for such a dependency. In fact, listing such a dependency creates slightly wrong output, since the NAS2D library then gets packaged inside the archive for the `libOphd` and `libControls` libraries. This is incorrect, as only object files should exist in the library archives.

On newer version of MacOS, including other libraries inside library archives leads to an error about the inner library archive not being a mach-o file. (The inner library is not an object file).
@DanRStevens DanRStevens force-pushed the updateMacOsBuildImage branch from e3bdb76 to ad2a52c Compare July 17, 2024 09:30
@DanRStevens DanRStevens merged commit 1875a4d into main Jul 17, 2024
7 checks passed
@DanRStevens DanRStevens deleted the updateMacOsBuildImage branch July 17, 2024 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant