X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=common%2Ftrace_tools_trace.cpp;h=5c88a25626c91ad77a9ba30ab5532c5dc0e80f65;hb=96851e094e4e9f07cd3c95c924f86dc94dfd9dfd;hp=cad2b0ae153bf7192f7aefb289f0c0d24c8f1a76;hpb=3db3b2f03af32da02faa59b9bcbdd0e2879e280a;p=apitrace diff --git a/common/trace_tools_trace.cpp b/common/trace_tools_trace.cpp index cad2b0a..5c88a25 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_LIB_INSTALL_DIR "/wrappers"; + wrapperPath = APITRACE_WRAPPERS_INSTALL_DIR; wrapperPath.join(wrapperFilename); if (wrapperPath.exists()) { return wrapperPath;