Fix: [Emscripten] Use non-XDG directories to simplify lolac storage (#9207)
(cherry picked from commit a879996012
)
This commit is contained in:

committed by
Jonathan G Rennison

parent
26992089d6
commit
0676c1f470
@@ -354,7 +354,7 @@ typedef unsigned char byte;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Define the the platforms that use XDG */
|
/* Define the the platforms that use XDG */
|
||||||
#if defined(WITH_PERSONAL_DIR) && defined(UNIX) && !defined(__APPLE__)
|
#if defined(WITH_PERSONAL_DIR) && defined(UNIX) && !defined(__APPLE__) && !defined(__EMSCRIPTEN__)
|
||||||
# define USE_XDG
|
# define USE_XDG
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user