]> git.cworth.org Git - apitrace/blobdiff - common/trace_resource.cpp
Add multiarch support.
[apitrace] / common / trace_resource.cpp
index 8b29cfb79373200dd658248303890b668132a62b..8a1f56cb1b9ca88c825579c98608a6ae5a2c2db1 100644 (file)
@@ -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;