Changeset - r25399:2a8c1962c047
[Not reviewed]
master
0 1 0
embeddedt - 3 years ago 2021-05-08 07:43:17
42941056+embeddedt@users.noreply.github.com
Fix: [Emscripten] Use non-XDG directories to simplify lolac storage (#9207)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/stdafx.h
Show inline comments
 
@@ -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
 

	
0 comments (0 inline, 0 general)