Skip to content

Commit 2879d1c

Browse files
committed
rework IPhysicalDevice.h to work around crash in clang on linux
Signed-off-by: Michael Pollind <mpollind@gmail.com>
1 parent 0c8fc69 commit 2879d1c

File tree

6 files changed

+476
-450
lines changed

6 files changed

+476
-450
lines changed

include/nbl/system/ISystem.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99

1010
#include "nbl/system/ICancellableAsyncQueueDispatcher.h"
1111
#include "nbl/system/IFileArchive.h"
12-
#include "nbl/builtin/builtinResources.h"
12+
#ifdef _NBL_EMBED_BUILTIN_RESOURCES_
13+
#include "nbl/builtin/builtinResources.h"
14+
#endif
1315

1416
#include <variant>
1517

0 commit comments

Comments
 (0)