Skip to content

Commit eedf04a

Browse files
committed
IApplicationFramework update
1 parent 82b517b commit eedf04a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/nbl/system/IApplicationFramework.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,13 @@ class IApplicationFramework : public core::IReferenceCounted
6363
system::path nabla, dxc;
6464
} install, env, build, rel;
6565

66+
#if defined(NBL_CPACK_PACKAGE_NABLA_DLL_DIR_ABS_KEY) && defined(NBL_CPACK_PACKAGE_DXC_DLL_DIR_ABS_KEY)
6667
install.nabla = std::filesystem::absolute(system::path(_NABLA_INSTALL_DIR_) / NBL_CPACK_PACKAGE_NABLA_DLL_DIR_ABS_KEY);
6768
install.dxc = std::filesystem::absolute(system::path(_NABLA_INSTALL_DIR_) / NBL_CPACK_PACKAGE_DXC_DLL_DIR_ABS_KEY);
6869

6970
env.nabla = sdk / NBL_CPACK_PACKAGE_NABLA_DLL_DIR_ABS_KEY;
7071
env.dxc = sdk / NBL_CPACK_PACKAGE_DXC_DLL_DIR_ABS_KEY;
72+
#endif
7173

7274
#ifdef _NBL_SHARED_BUILD_
7375
build.nabla = _NABLA_OUTPUT_DIR_;

0 commit comments

Comments
 (0)