X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=common%2Ftrace_resource.cpp;h=8a1f56cb1b9ca88c825579c98608a6ae5a2c2db1;hb=56ad11c7849c7e6ca0ad66558cb1a99c58d4cd3d;hp=8b29cfb79373200dd658248303890b668132a62b;hpb=7c3ea25553564f750b5f5bffea028786bf96f4ed;p=apitrace diff --git a/common/trace_resource.cpp b/common/trace_resource.cpp index 8b29cfb..8a1f56c 100644 --- a/common/trace_resource.cpp +++ b/common/trace_resource.cpp @@ -69,7 +69,7 @@ findScript(const char *scriptFilename) #ifndef _WIN32 // Try absolute install directory - scriptPath = APITRACE_LIB_INSTALL_DIR "/scripts"; + scriptPath = APITRACE_SCRIPTS_INSTALL_DIR; scriptPath.join(scriptFilename); if (scriptPath.exists()) { return scriptPath;