mirror of
https://github.com/minetest/minetest.git
synced 2025-04-04 17:31:39 +02:00
porting.cpp: better minetest support on BSD
BSD folder detection is pretty raw, just use the same detection as Linux
This commit is contained in:
@ -400,7 +400,7 @@ bool setSystemPaths()
|
|||||||
|
|
||||||
|
|
||||||
//// Linux
|
//// Linux
|
||||||
#elif defined(__linux__)
|
#elif defined(__linux__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__)
|
||||||
|
|
||||||
bool setSystemPaths()
|
bool setSystemPaths()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user