Skip to content

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