From 1adc853eec6f2ca9b27ad76da632aff683e74f56 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Sat, 9 Dec 2023 18:35:35 +0800 Subject: [PATCH] ... --- include/pocketpy/export.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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