Skip to content

Commit

Permalink
porting.cpp: better minetest support on BSD
Browse files Browse the repository at this point in the history
BSD folder detection is pretty raw, just use the same detection as Linux
  • Loading branch information
nerzhul committed Dec 11, 2018
1 parent f318366 commit a857529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/porting.cpp
Expand Up @@ -400,7 +400,7 @@ bool setSystemPaths()


//// Linux
#elif defined(__linux__)
#elif defined(__linux__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__)

bool setSystemPaths()
{
Expand Down

0 comments on commit a857529

Please sign in to comment.