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

Correct shared library suffix on macOS #161

Merged
merged 1 commit into from
Oct 2, 2024
Merged

Conversation

keithc-ca
Copy link
Contributor

This repeats #158 with corresponding changes to actually build the shared library as expected.

Other fixes/improvements to makefile:

  • don't declare as .PHONY those targets that must exist
  • lines outside of scripts must not start with a tab
  • fix typos, punctuation

Other fixes/improvements to makefile:
* don't declare as .PHONY those targets that must exist
* lines outside of scripts must not start with a tab
* fix typos, punctuation

Signed-off-by: Keith W. Campbell <[email protected]>
@keithc-ca keithc-ca marked this pull request as draft October 2, 2024 19:53
@keithc-ca keithc-ca marked this pull request as ready for review October 2, 2024 21:13
@keithc-ca
Copy link
Contributor Author

Tested via a grinder that it both builds and uses libsharedClasses.dylib on macOS.

@pshipton
Copy link
Contributor

pshipton commented Oct 2, 2024

I tested on amac, xmac, aix, alinux, win, all good.

@pshipton pshipton merged commit 4a96cb9 into adoptium:master Oct 2, 2024
1 check passed
@keithc-ca keithc-ca deleted the dylib branch October 2, 2024 21:47
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.

2 participants