mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Add environment variable MINETEST_WORLD_PATH
Also add PATH_DELIM for Windows compatibility.
This commit is contained in:
@@ -28,10 +28,12 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
#define DIR_DELIM "\\"
|
||||
#define DIR_DELIM_CHAR '\\'
|
||||
#define FILESYS_CASE_INSENSITIVE 1
|
||||
#define PATH_DELIM ";"
|
||||
#else // POSIX
|
||||
#define DIR_DELIM "/"
|
||||
#define DIR_DELIM_CHAR '/'
|
||||
#define FILESYS_CASE_INSENSITIVE 0
|
||||
#define PATH_DELIM ":"
|
||||
#endif
|
||||
|
||||
namespace fs
|
||||
|
Reference in New Issue
Block a user