From: nephele <105942296+nephele-gh@users.noreply.github.com> Date: Tue, 11 Apr 2023 18:16:35 +0000 (+0200) Subject: Haiku: build fix X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=7a3fc62ada4001d5bb6c97ed26ec19a4e7c9d9ac;p=irrlicht.git Haiku: build fix --- diff --git a/source/Irrlicht/CFileSystem.cpp b/source/Irrlicht/CFileSystem.cpp index 3ee35d9..cddda94 100644 --- a/source/Irrlicht/CFileSystem.cpp +++ b/source/Irrlicht/CFileSystem.cpp @@ -796,7 +796,7 @@ IFileList* CFileSystem::createFileList() size = buf.st_size; isDirectory = S_ISDIR(buf.st_mode); } - #if !defined(_IRR_SOLARIS_PLATFORM_) && !defined(__CYGWIN__) + #if !defined(_IRR_SOLARIS_PLATFORM_) && !defined(__CYGWIN__) && !defined(__HAIKU__) // only available on some systems else {