From 775ad392f02e2efab5de9a30be908a668e2367fd Mon Sep 17 00:00:00 2001 From: pmp-p Date: Fri, 29 Nov 2024 11:55:33 +0100 Subject: [PATCH] pymain fence --- support/__EMSCRIPTEN__.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/support/__EMSCRIPTEN__.sh b/support/__EMSCRIPTEN__.sh index 84aaad8..6a15911 100755 --- a/support/__EMSCRIPTEN__.sh +++ b/support/__EMSCRIPTEN__.sh @@ -40,7 +40,7 @@ END #include "Python.h" -#if __PYDK__ +#if defined(__PYGBAG__) #include "pycore_call.h" // _PyObject_CallNoArgs() #include "pycore_initconfig.h" // _PyArgv #include "pycore_interp.h" // _PyInterpreterState.sysdict @@ -108,7 +108,7 @@ main(int argc, char **argv) return Py_BytesMain(argc, argv); } -#endif //#if __PYDK__ +#endif // __PYGBAG__ END popd