We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9773a9d commit b285307Copy full SHA for b285307
1 file changed
ctest.c
@@ -173,3 +173,8 @@ HAVE_C11
173
ARCH_E2K
174
#endif
175
176
+#if defined(__EMSCRIPTEN__)
177
+ARCH_RISCV64
178
+OS_WINDOWS
179
+#endif
180
+
0 commit comments