Skip to content

Commit 3ea4f82

Browse files
committed
linux: use same temp folder as android for consistency
1 parent 433f760 commit 3ea4f82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/drivers/platform_unix.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2339,7 +2339,7 @@ static void frontend_unix_get_env(int *argc,
23392339
else
23402340
{
23412341
fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_CACHE], base_path,
2342-
"cache", sizeof(g_defaults.dirs[DEFAULT_DIR_CACHE]));
2342+
"temp", sizeof(g_defaults.dirs[DEFAULT_DIR_CACHE]));
23432343
}
23442344
#endif
23452345

0 commit comments

Comments
 (0)