[Fix]: fix compilation on Linux

This commit is contained in:
2026-06-06 23:18:27 +08:00
parent 2937043e77
commit a15a13ca46
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -8,6 +8,10 @@
#include "Config.h"
#ifndef _WIN32
extern char** environ;
#endif
namespace MobileGL::MG_ConfigLoader {
static UniquePtr<UnorderedMap<String, String>> acceptedEnvVariablesMap;