@ -76,6 +76,7 @@ Then you can use another oneliner to query all variables:
@@ -76,6 +76,7 @@ Then you can use another oneliner to query all variables:
#undef XASH_NETBSD
#undef XASH_OPENBSD
#undef XASH_POSIX
#undef XASH_PPC
#undef XASH_RISCV
#undef XASH_RISCV_DOUBLEFP
#undef XASH_RISCV_SINGLEFP
@ -138,7 +139,12 @@ Then you can use another oneliner to query all variables:
@@ -138,7 +139,12 @@ Then you can use another oneliner to query all variables:
#endif
#endif
#if XASH_ANDROID || defined XASH_IOS || defined XASH_NSWITCH || defined XASH_PSVITA
// XASH_SAILFISH is special: SailfishOS by itself is a normal GNU/Linux platform
// It doesn't make sense to split it to separate platform
// but we still need XASH_MOBILE_PLATFORM for the engine.
// So this macro is defined entirely in build-system: see main wscript
// HLSDK/PrimeXT/other SDKs users note: you may ignore this macro
@ -190,6 +196,11 @@ Then you can use another oneliner to query all variables:
@@ -190,6 +196,11 @@ Then you can use another oneliner to query all variables: