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

[Mac] Roundup of fixes for building on mac #182

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

kudaba
Copy link
Contributor

@kudaba kudaba commented Feb 20, 2022

Two of these changes are to get makefiles working properly on mac, the third was just nice since then I didn't have to specify which standard library to use (which might have changed between xcode versions).

For the linker one, it turns out -l isn't super portable, but ld is fully capable of taking in objects, archive and dynamic object (so,dynlib) by path directly without using -l.

* Fixes solution makefile generation for mac.
…t which will omit any specific command line to set the cpp standard.
…llow -l<name> format on mac since -l: is not supported.
@jspelletier jspelletier changed the base branch from dev to main April 6, 2023 12:54
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