We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20ff6d5 + 14428a4 commit d73146dCopy full SHA for d73146d
support/__EMSCRIPTEN__.c
@@ -136,7 +136,7 @@ char buf[FD_BUFFER_MAX];
136
# pragma message " @@@@@@@@@@@ NOT YET ../build/gen_inittab.h @@@@@@@@@@@@"
137
#endif
138
139
-#if PYDK_static_hpy
+#if defined(PYDK_static_hpy)
140
// ===== HPY =======
141
142
#define HPY_ABI_UNIVERSAL
@@ -998,7 +998,7 @@ main(int argc, char **argv)
998
PyImport_AppendInittab("embed", PyInit_embed);
999
1000
// wip hpy
1001
1002
PyImport_AppendInittab("_platform", PyInit__platform);
1003
1004
0 commit comments