blueloveTH 2 years ago
parent
commit
1adc853eec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/pocketpy/export.h

+ 1 - 1
include/pocketpy/export.h

@@ -1,6 +1,6 @@
 #pragma once
 #pragma once
 
 
-inline const char* kPlatformStrings[] = {
+const char* kPlatformStrings[] = {
     "win32",        // 0
     "win32",        // 0
     "emscripten",   // 1
     "emscripten",   // 1
     "ios",          // 2
     "ios",          // 2