mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Use linuxpath for FreeBSD as well
This commit is contained in:
parent
37e272b3b5
commit
463acb2f75
3 changed files with 5 additions and 5 deletions
|
@ -22,7 +22,7 @@
|
|||
|
||||
#include "linuxpath.hpp"
|
||||
|
||||
#if defined(__linux__)
|
||||
#if defined(__linux__) || defined(__FreeBSD__)
|
||||
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
|
@ -157,4 +157,4 @@ boost::filesystem::path LinuxPath::getRuntimeDataPath() const
|
|||
|
||||
} /* namespace Files */
|
||||
|
||||
#endif /* defined(__linux__) */
|
||||
#endif /* defined(__linux__) || defined(__FreeBSD__) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue