-
-
Notifications
You must be signed in to change notification settings - Fork 124
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
Add NuGet support for macOS #161
Comments
This should be a good resource for figuring this out: https://gitlab.kitware.com/cmake/community/-/wikis/doc/cmake/RPATH-handling |
For some reason I totally overlooked #151 which also has some hints for building on macOS |
I finally understand the parts of the issue and thus probably the missing puzzle pieces:
Potential solutions:
|
Well it took a lot of tinkering and adding some not so nice workarounds with rpath resolving, but it's finally working! 🥳 Please give the newly published package a try: https://www.nuget.org/packages/CSFML/2.5.2 |
Fixed with #185 |
The current NuGet packages don't support macOS.
I've spent quite some time getting this working, but have been unsuccessful with the RPATH/in-package dependency resolving.
This issue is a placeholder to keep track of this task.
See also #158
CSFML.2.5.2.nupkg.zip
The text was updated successfully, but these errors were encountered: