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

Fix libgmp detection #7488

Merged
merged 1 commit into from Jun 26, 2018
Merged

Fix libgmp detection #7488

merged 1 commit into from Jun 26, 2018

Conversation

ghost
Copy link

@ghost ghost commented Jun 26, 2018

Noticed by @landryb

@landryb
Copy link

landryb commented Jun 26, 2018

Reasoning : it might work on linux where there's a 'libgmp.so' symlink under usr/lib, but OpenBSD doesnt have those symlinks, and cmake is clever enough to find our libgmp.so.X.Y when told to look for gmp. This also aligns with the other find_library() calls in cmake/Modules/*.

@nerzhul nerzhul added @ Build CMake, build scripts, official builds, compiler and linker errors One approval ✅ ◻️ labels Jun 26, 2018
@nerzhul nerzhul added the Trivial The change is a trivial bug fix, documentation or maintenance change, as per the Git Guidelines label Jun 26, 2018
@nerzhul nerzhul merged commit ae8ae6c into minetest:master Jun 26, 2018
osjc pushed a commit to osjc/minetest that referenced this pull request Jan 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@ Build CMake, build scripts, official builds, compiler and linker errors One approval ✅ ◻️ Trivial The change is a trivial bug fix, documentation or maintenance change, as per the Git Guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants