From 7a3fc62ada4001d5bb6c97ed26ec19a4e7c9d9ac Mon Sep 17 00:00:00 2001 From: nephele <105942296+nephele-gh@users.noreply.github.com> Date: Tue, 11 Apr 2023 20:16:35 +0200 Subject: [PATCH] Haiku: build fix --- source/Irrlicht/CFileSystem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Irrlicht/CFileSystem.cpp b/source/Irrlicht/CFileSystem.cpp index 3ee35d9b..cddda94b 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 {