Add a kludge for the Emscripten js converter

This commit is contained in:
Martin Kroeker 2022-09-14 17:05:24 +02:00 committed by GitHub
parent 9773a9d6b3
commit b285307e18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -173,3 +173,8 @@ HAVE_C11
ARCH_E2K
#endif
#if defined(__EMSCRIPTEN__)
ARCH_RISCV64
OS_WINDOWS
#endif