We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23ae60a commit 07cefd0Copy full SHA for 07cefd0
1 file changed
include/nbl/system/IApplicationFramework.h
@@ -56,7 +56,7 @@ class IApplicationFramework : public core::IReferenceCounted
56
#else
57
// Build-interface binaries select lookup mode at runtime via NBL_RUN_FROM_BUILD_INTERFACE.
58
// This is required because the same host-built executable can later be run from an install package.
59
- const bool useInstallLookups = !readEnvFlag("NBL_RUN_FROM_BUILD_INTERFACE");
+ const bool useInstallLookups = false;// !readEnvFlag("NBL_RUN_FROM_BUILD_INTERFACE");
60
#endif // NBL_RELOCATABLE_PACKAGE
61
62
constexpr struct
0 commit comments