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

Reduce duplicated Linux and macOS libraries in NuGet Package #250

Merged
merged 3 commits into from
May 18, 2024

Conversation

eXpl0it3r
Copy link
Member

@eXpl0it3r eXpl0it3r commented May 18, 2024

As NuGet doesn't support symlinks (NuGet/Home#10734), we either have to ship all the libraries in three different versions, or ensure that we're only ever using the one version everywhere.

To reduce duplication and unnecessary size, we'll only use the (c)sfml-*.so.2.6 or (c)sfml-*.2.6.dylib respectively. See also SFML/SFML.Net#247

Also fixes the issues reported by @kimci86 in #249

@eXpl0it3r eXpl0it3r force-pushed the feature/reduce-duplicates-nuget branch 6 times, most recently from cfe3216 to 864397c Compare May 18, 2024 19:46
@eXpl0it3r eXpl0it3r force-pushed the feature/reduce-duplicates-nuget branch 3 times, most recently from 04715c2 to bf6154c Compare May 18, 2024 21:18
@eXpl0it3r eXpl0it3r force-pushed the feature/reduce-duplicates-nuget branch from bf6154c to 4fe327b Compare May 18, 2024 21:18
@eXpl0it3r eXpl0it3r merged commit 46ce194 into 2.6.x May 18, 2024
36 checks passed
@eXpl0it3r eXpl0it3r deleted the feature/reduce-duplicates-nuget branch May 18, 2024 21:26
@eXpl0it3r eXpl0it3r added this to the 2.6.1 milestone Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants