We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a33bf48 commit 5f97edaCopy full SHA for 5f97eda
include/nbl/system/IApplicationFramework.h
@@ -23,7 +23,7 @@ class NBL_API IApplicationFramework
23
{
24
#ifdef _NBL_PLATFORM_WINDOWS_
25
// TODO: @AnastaZIuk also provide define constants for DXC install dir!
26
- const HRESULT dxcLoad = CSystemWin32::delayLoadDLL("dxcompiler.dll",{_DXC_DLL_});
+ const HRESULT dxcLoad = CSystemWin32::delayLoadDLL("dxcompiler.dll",{system::path(_DXC_DLL_).parent_path()});
27
assert(SUCCEEDED(dxcLoad));
28
#ifdef _NBL_SHARED_BUILD_
29
// if there was no DLL next to the executable, then try from the Nabla build directory
0 commit comments