X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fmain.cxx;h=d284d4fcb0a3e685d797877182465505f9bb25a7;hp=a627b61dc7a391263adcb6bef67af3e431f5133c;hb=ebe7b20f8756f239fb61b5a3e3faabeebe708ad1;hpb=c6e89377cd981f9be1f18a6be334fbcfebb0c16e diff --git a/src/main.cxx b/src/main.cxx index a627b61..d284d4f 100644 --- a/src/main.cxx +++ b/src/main.cxx @@ -33,7 +33,7 @@ int main(int argc, char** argv) QApplication::setApplicationName("frida"); QApplication::setApplicationVersion("0.0"); - QApplication::addLibraryPath(CMAKE_INSTALL_FULL_LIBDIR "/frida/plugins/Interpreter"); + QApplication::addLibraryPath(CONFIG_LIBDIR "/frida/plugins/Interpreter"); #ifdef ARGPARSE parser.addHelpOption(); parser.addVersionOption();