X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=common%2Ftrace_resource.cpp;h=8a1f56cb1b9ca88c825579c98608a6ae5a2c2db1;hb=96851e094e4e9f07cd3c95c924f86dc94dfd9dfd;hp=8b29cfb79373200dd658248303890b668132a62b;hpb=3db3b2f03af32da02faa59b9bcbdd0e2879e280a;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;