X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fbindings%2FGuile.cxx;h=12fd32f35befb6ec9885631e32ce9e6979de9fcb;hp=c452e7667dafc5225251274d99ca9782f929a5b2;hb=8f48ae542e0031cc5d7efc425d696be6c2005181;hpb=914bc03c4ed200f495288d8483f4b9909368b4fd 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();