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

Link zstd static library instead of dynamic library on windows #2173

Merged
merged 8 commits into from
Jul 24, 2019

Conversation

Oipo
Copy link
Contributor

@Oipo Oipo commented Jul 24, 2019

For some reason, cpp.staticLibraries also looks for dynamic libraries. Made it so that the dynamic library does not get build on windows, so it cannot be linked. Turns out that there's no need to differentiate between platforms anymore.

@Oipo Oipo changed the title Link static library instead of dynamic library on windows Link zstd static library instead of dynamic library on windows Jul 24, 2019
@Oipo
Copy link
Contributor Author

Oipo commented Jul 24, 2019

Would recommend squashing the commits, as I couldn't be bothered using proper commit messages.

@bjorn
Copy link
Member

bjorn commented Jul 24, 2019

Right, I was just testing a similar commit (d4d9b85). Thanks for cleaning this up!

Applications depending on libtiled do not need zstd header files in their include path.
@bjorn bjorn merged commit 7fef519 into mapeditor:master Jul 24, 2019
@Oipo
Copy link
Contributor Author

Oipo commented Jul 24, 2019

Happy to help!

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