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

View File

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