Skip to content

Commit

Permalink
Merge branch 'pygame-web:main' into raylib
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p authored Mar 3, 2024
2 parents 20ff6d5 + 14428a4 commit d73146d
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 d73146d

Please sign in to comment.