diff options
author | Eric Blossom | 2010-12-10 16:15:40 -0800 |
---|---|---|
committer | Eric Blossom | 2010-12-10 16:15:40 -0800 |
commit | 08907ee94fb6c34531d57b988324c67c26c8b747 (patch) | |
tree | 93db96a79b3a8c673a670767d04846be910144c9 /gr-howto-write-a-block/swig/howto_swig.i | |
parent | 67c77e22564fbd9cf4543ff939495b3259b3818c (diff) | |
download | gnuradio-08907ee94fb6c34531d57b988324c67c26c8b747.tar.gz gnuradio-08907ee94fb6c34531d57b988324c67c26c8b747.tar.bz2 gnuradio-08907ee94fb6c34531d57b988324c67c26c8b747.zip |
Use load-extension-global instead of load-extension
Diffstat (limited to 'gr-howto-write-a-block/swig/howto_swig.i')
-rw-r--r-- | gr-howto-write-a-block/swig/howto_swig.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-howto-write-a-block/swig/howto_swig.i b/gr-howto-write-a-block/swig/howto_swig.i index c62ddf3eb..d0bbcdc11 100644 --- a/gr-howto-write-a-block/swig/howto_swig.i +++ b/gr-howto-write-a-block/swig/howto_swig.i @@ -12,7 +12,7 @@ #if SWIGGUILE %scheme %{ -(load-extension "libguile-gnuradio-howto_swig" "scm_init_gnuradio_howto_swig_module") +(load-extension-global "libguile-gnuradio-howto_swig" "scm_init_gnuradio_howto_swig_module") %} %goops %{ |