mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Mainly making compilable under OpenBSD.
Renaming one resource file as the space led to issue for qt/moc.
This commit is contained in:
parent
60535b77e8
commit
83bab29e4b
7 changed files with 9 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
#include "linuxpath.hpp"
|
||||
|
||||
#if defined(__linux__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
|
||||
#if defined(__linux__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__OpenBSD__)
|
||||
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
|
@ -159,4 +159,4 @@ boost::filesystem::path LinuxPath::getInstallPath() const
|
|||
|
||||
} /* namespace Files */
|
||||
|
||||
#endif /* defined(__linux__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__) */
|
||||
#endif /* defined(__linux__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__OpenBSD__) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue