Skip to content

Commit

Permalink
fix directive
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Mar 3, 2024
1 parent 4170267 commit 14428a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions support/__EMSCRIPTEN__.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ char buf[FD_BUFFER_MAX];
# pragma message " @@@@@@@@@@@ NOT YET ../build/gen_inittab.h @@@@@@@@@@@@"
#endif

#if PYDK_static_hpy
#if defined(PYDK_static_hpy)
// ===== HPY =======

#define HPY_ABI_UNIVERSAL
Expand Down Expand Up @@ -998,7 +998,7 @@ main(int argc, char **argv)
PyImport_AppendInittab("embed", PyInit_embed);

// wip hpy
#if PYDK_static_hpy
#if defined(PYDK_static_hpy)
PyImport_AppendInittab("_platform", PyInit__platform);
#endif

Expand Down

0 comments on commit 14428a4

Please sign in to comment.