]> git.cworth.org Git - apitrace/blobdiff - common/trace_resource.cpp
Move static boolOption function to trace::boolOption
[apitrace] / common / trace_resource.cpp
index 206e6da157ae4eea74b50930675584265c071341..8a1f56cb1b9ca88c825579c98608a6ae5a2c2db1 100644 (file)
@@ -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;