X-Git-Url: https://git.siccegge.de//index.cgi?a=blobdiff_plain;f=src%2Fbindings%2FGuile.cxx;h=12fd32f35befb6ec9885631e32ce9e6979de9fcb;hb=4a6fbb89405d47cd431157c10db4ab36a19cbb51;hp=c452e7667dafc5225251274d99ca9782f929a5b2;hpb=914bc03c4ed200f495288d8483f4b9909368b4fd;p=frida%2Ffrida.git diff --git a/src/bindings/Guile.cxx b/src/bindings/Guile.cxx index c452e76..12fd32f 100644 --- a/src/bindings/Guile.cxx +++ b/src/bindings/Guile.cxx @@ -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(CONFIG_LIBDIR "/frida/plugins/Interpreter/libguile-frida-binding", + scm_c_load_extension("libguile-frida-binding", "scm_init_frida_module"); guile_output_port = scm_open_output_string();