Skip to content

Commit b285307

Browse files
authored
Add a kludge for the Emscripten js converter
1 parent 9773a9d commit b285307

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

ctest.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,3 +173,8 @@ HAVE_C11
173173
ARCH_E2K
174174
#endif
175175

176+
#if defined(__EMSCRIPTEN__)
177+
ARCH_RISCV64
178+
OS_WINDOWS
179+
#endif
180+

0 commit comments

Comments
 (0)