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

Build script looking for libraries in the wrong folder on ARM64 Linux #266

Open
aroskuski opened this issue Dec 29, 2024 · 0 comments
Open

Comments

@aroskuski
Copy link

When I try to build the project with the default config on ARM64 Linux (specifically Ubuntu 24.10), it seems like it fails to build because it's looking for libraries in the x86_64-linux-gnu folder rather than the aarch64-linux-gnu folder.

scons: *** [demo/addons/godot-git-plugin/linux/libgit_plugin.linux.editor.arm64.so] Implicit dependency `/usr/lib/x86_64-linux-gnu/libssl.a' not found, needed by target `demo/addons/godot-git-plugin/linux/libgit_plugin.linux.editor.arm64.so'.

I'm able to work around the issue by explicitly overriding the library locations for libssl and libcrypto (which also seems affected) like this:

scons linux_openssl_static_ssl=/usr/lib/aarch64-linux-gnu/libssl.a linux_openssl_static_crypto=/usr/lib/aarch64-linux-gnu/libcrypto.a
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

No branches or pull requests

1 participant