Skip to content

Commit 07cefd0

Browse files
wait for a better solution from Arkadiusz
1 parent 23ae60a commit 07cefd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/nbl/system/IApplicationFramework.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class IApplicationFramework : public core::IReferenceCounted
5656
#else
5757
// Build-interface binaries select lookup mode at runtime via NBL_RUN_FROM_BUILD_INTERFACE.
5858
// 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");
59+
const bool useInstallLookups = false;// !readEnvFlag("NBL_RUN_FROM_BUILD_INTERFACE");
6060
#endif // NBL_RELOCATABLE_PACKAGE
6161

6262
constexpr struct

0 commit comments

Comments
 (0)