X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=common%2Ftrace_tools_trace.cpp;h=cad2b0ae153bf7192f7aefb289f0c0d24c8f1a76;hb=7c3ea25553564f750b5f5bffea028786bf96f4ed;hp=ad355abcbf92b1c327d6e9671b6206410a030768;hpb=3f174378e957e44beb3d1521ff003bcaaadd85b8;p=apitrace diff --git a/common/trace_tools_trace.cpp b/common/trace_tools_trace.cpp index ad355ab..cad2b0a 100644 --- a/common/trace_tools_trace.cpp +++ b/common/trace_tools_trace.cpp @@ -84,7 +84,7 @@ findWrapper(const char *wrapperFilename) #ifndef _WIN32 // Try absolute install directory - wrapperPath = APITRACE_WRAPPER_INSTALL_DIR; + wrapperPath = APITRACE_LIB_INSTALL_DIR "/wrappers"; wrapperPath.join(wrapperFilename); if (wrapperPath.exists()) { return wrapperPath;