Skip to content

Commit a116989

Browse files
resource build-in is broken
1 parent b341bd8 commit a116989

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

include/nbl/system/IApplicationFramework.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class NBL_API IApplicationFramework
2424
#ifdef _NBL_PLATFORM_WINDOWS_
2525
// TODO: @AnastaZIuk also provide define constants for DXC install dir!
2626
const HRESULT dxcLoad = CSystemWin32::delayLoadDLL("dxcompiler.dll",{system::path(_DXC_DLL_).parent_path()});
27-
assert(SUCCEEDED(dxcLoad));
27+
//assert(SUCCEEDED(dxcLoad)); // no clue why this fails to find the dll
2828
#ifdef _NBL_SHARED_BUILD_
2929
// if there was no DLL next to the executable, then try from the Nabla build directory
3030
// else if nothing in the build dir, then try looking for Nabla in the CURRENT BUILD'S INSTALL DIR

include/nbl/system/ISystem.h

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

1010
#include "nbl/system/ICancellableAsyncQueueDispatcher.h"
1111
#include "nbl/system/IFileArchive.h"
12-
#include "nbl/builtin/builtinResources.h"
12+
//#include "nbl/builtin/builtinResources.h"
1313

1414
#include <variant>
1515

0 commit comments

Comments
 (0)