This patch fixes a glitch in cmake scripts which was routing to a wrong python library directory when building lldb-server on aarch64 natively.
I have skipped the hardcoded values once user provides a value for CMAKE_LIBRARY_ARCHITECTURE during configure.
This is not a proper fix for target identification, but it does solve the more pressing problem of getting a hard-coded triple.