FFI: Fix ffi.abi("pauth").

Thanks to Peter Cawley. #1098
This commit is contained in:
Mike Pall 2023-09-25 16:56:17 +02:00
parent 97c75843c6
commit becf5cc65d

View File

@ -746,7 +746,7 @@ LJLIB_CF(ffi_abi) LJLIB_REC(.)
"\003win" "\003win"
#endif #endif
#if LJ_ABI_PAUTH #if LJ_ABI_PAUTH
"\007pauth" "\005pauth"
#endif #endif
#if LJ_TARGET_UWP #if LJ_TARGET_UWP
"\003uwp" "\003uwp"