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 78c5135 + 14428a4 commit d903aa9Copy full SHA for d903aa9
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