X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=common%2Ftrace_resource.cpp;h=8a1f56cb1b9ca88c825579c98608a6ae5a2c2db1;hb=13ae9a9b9844db27dd33e0274984f0caf0e1e370;hp=206e6da157ae4eea74b50930675584265c071341;hpb=ee659c84695e9f94b1f6a5f8be203dc0012ca685;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;