-
Notifications
You must be signed in to change notification settings - Fork 5
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 always chooses the basic library #61
Comments
this helps:
note that This still picks up the sole version at |
There is this: Which sets everything up. Also this repo has fallen behind the official upstream by a lot. And fixes has been pushed to upstream to keep Amiga support. |
The cmake toolchain is setup to prefer $PREFIX/usr for looking for includes and libraries. |
could probably improve the toolchain file to choose the appropriate directory depending on choice, but suggestions for that would rather be in here: https://github.com/AmigaPorts/AmigaCMakeCrossToolchains |
If you have multilibs installed, cmake should pick up the correct library.
choosen atm:
which is the 68000 variant.
correct would be:
or easier:
and the linker picks the correct version.
The text was updated successfully, but these errors were encountered: