Skip to content

Commit

Permalink
Merge pull request #32 from syntheticpp/master
Browse files Browse the repository at this point in the history
Makes sense. Thanks!
  • Loading branch information
Kevin Funk committed Feb 3, 2013
2 parents 68303ef + 2d1c2d1 commit f16965c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion launcher/probefinder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ QString findProbe(const QString &baseName)
<< "/usr/local/lib64" << "/usr/local/lib"
<< "/opt/lib64" << "/opt/lib"
<< "/usr/lib64" << "/usr/lib"
<< GAMMARAY_BUILD_DIR "/core";
<< GAMMARAY_BUILD_DIR "/core"
<< GAMMARAY_BUILD_DIR "/core/hooking";
QDir::setSearchPaths("preloads", pldirs);
#ifdef Q_OS_MAC
QFile plfile(QLatin1Literal("preloads:") % baseName % QLatin1Literal(".dylib"));
Expand Down

0 comments on commit f16965c

Please sign in to comment.