X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=common%2Ftrace_resource.cpp;h=8a1f56cb1b9ca88c825579c98608a6ae5a2c2db1;hb=a7e7b27a13dc40db4ec96bc1bba667644ef0a896;hp=206e6da157ae4eea74b50930675584265c071341;hpb=d625807f1a182a93de3cbddf3c2a02fdab9f7670;p=apitrace diff --git a/common/trace_resource.cpp b/common/trace_resource.cpp index 206e6da..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_WRAPPER_INSTALL_DIR; + scriptPath = APITRACE_SCRIPTS_INSTALL_DIR; scriptPath.join(scriptFilename); if (scriptPath.exists()) { return scriptPath;