added forced target

This commit is contained in:
2026-01-10 01:37:29 +02:00
parent 87bae75a79
commit f4cc90fa25
2 changed files with 10 additions and 6 deletions

View File

@@ -131,13 +131,9 @@ Target_t Target_t::HostTarget()
TARGET_KERNEL_DARWIN
#endif
;
// i have no idea how to get libc
ETargetABI abi =
#if defined(__GLIBC__)
#endif
TARGET_ABI_GNU
#if defined(__musl__)
TARGET_ABI_MUSL
#endif
;
ETargetCPU cpu =
#if defined(__x86_64__)