Skip to content

Commit 5f97eda

Browse files
fix a typo
1 parent a33bf48 commit 5f97eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/nbl/system/IApplicationFramework.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class NBL_API IApplicationFramework
2323
{
2424
#ifdef _NBL_PLATFORM_WINDOWS_
2525
// TODO: @AnastaZIuk also provide define constants for DXC install dir!
26-
const HRESULT dxcLoad = CSystemWin32::delayLoadDLL("dxcompiler.dll",{_DXC_DLL_});
26+
const HRESULT dxcLoad = CSystemWin32::delayLoadDLL("dxcompiler.dll",{system::path(_DXC_DLL_).parent_path()});
2727
assert(SUCCEEDED(dxcLoad));
2828
#ifdef _NBL_SHARED_BUILD_
2929
// if there was no DLL next to the executable, then try from the Nabla build directory

0 commit comments

Comments
 (0)