-
Notifications
You must be signed in to change notification settings - Fork 393
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
cmake build on systems with lib in lib64 is broken #693
Comments
Do you want to send a pull request which fixes that? What about the automake build, does it also require a fix? |
The automake build is fine, but we prefer CMAKE as it tends to make for cleaner builds. I think you need to support the cmake |
Actually, |
This might be sufficient:
As per https://github.com/facebook/hhvm/blob/fdad0855eb63f528a357f11c5307df0ab29cec9b/CMakeLists.txt#L80 |
Oops! I missed some! |
Please make PR so we can test it. |
I'm hacking up the cmake build files to get this to build correctly on x86_64 chromebrew, modifying these files, where
#{ARCH_LIB}
is eitherlib
orlib64
on the relevant systems, but ideally we wouldn't have to engage in this hackery. 😅The text was updated successfully, but these errors were encountered: