diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/porting.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/porting.cpp b/src/porting.cpp index a19c39456..76fd592d6 100644 --- a/src/porting.cpp +++ b/src/porting.cpp @@ -400,7 +400,7 @@ bool setSystemPaths() //// Linux -#elif defined(__linux__) +#elif defined(__linux__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__) bool setSystemPaths() { |