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

pull/332/head
embeddedt 3 years ago committed by GitHub
parent b56c03b120
commit a879996012
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -347,7 +347,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