added forced target
This commit is contained in:
@@ -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__)
|
||||
|
||||
Reference in New Issue
Block a user