diff --git a/include/pocketpy/export.h b/include/pocketpy/export.h index 7142b4fa..9c919ad9 100644 --- a/include/pocketpy/export.h +++ b/include/pocketpy/export.h @@ -1,6 +1,6 @@ #pragma once -inline const char* kPlatformStrings[] = { +const char* kPlatformStrings[] = { "win32", // 0 "emscripten", // 1 "ios", // 2