]> git.siccegge.de Git - frida/frida.git/blobdiff - src/bindings/Guile.cxx
Properly allow plugins to load for testing
[frida/frida.git] / src / bindings / Guile.cxx
index 86ab6dd1338e2abafdd9b4c5b29f6762736bfd3c..c452e7667dafc5225251274d99ca9782f929a5b2 100644 (file)
@@ -13,7 +13,7 @@ GuileInterpreter::GuileInterpreter() {
 
        scm_c_use_module("system repl server");
        scm_call_0(scm_c_public_ref("system repl server", "spawn-server"));
-       scm_c_load_extension(CMAKE_INSTALL_FULL_LIBDIR "/frida/plugins/Interpreter/libguile-frida-binding",
+       scm_c_load_extension(CONFIG_LIBDIR "/frida/plugins/Interpreter/libguile-frida-binding",
                             "scm_init_frida_module");
 
        guile_output_port = scm_open_output_string();