Fix: [Emscripten] Use non-XDG directories to simplify lolac storage (#9207)

(cherry picked from commit a879996012)
pull/259/head
embeddedt 3 years ago committed by Jonathan G Rennison
parent 26992089d6
commit 0676c1f470

@ -354,7 +354,7 @@ typedef unsigned char byte;
#endif
/* 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
#endif

Loading…
Cancel
Save