diff options
author | Rob Savoye | 2010-10-14 12:36:00 -0600 |
---|---|---|
committer | Eric Blossom | 2010-11-10 12:10:44 -0800 |
commit | f04b7c4bc41bc306df37bf9c64464f37576d3749 (patch) | |
tree | a6d8d758c87f4d36901bd95540464cb43582295c /Makefile.swig | |
parent | 07272e97741fa028101e09b09ced24804f562852 (diff) | |
download | gnuradio-f04b7c4bc41bc306df37bf9c64464f37576d3749.tar.gz gnuradio-f04b7c4bc41bc306df37bf9c64464f37576d3749.tar.bz2 gnuradio-f04b7c4bc41bc306df37bf9c64464f37576d3749.zip |
adjust guile output options to be what the swig guile example uses
Diffstat (limited to 'Makefile.swig')
-rw-r--r-- | Makefile.swig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.swig b/Makefile.swig index 959596464..7c4dea1c4 100644 --- a/Makefile.swig +++ b/Makefile.swig @@ -50,7 +50,8 @@ STD_SWIG_PYTHON_ARGS = \ SWIG_GUILE_FLAGS = \ -guile \ - -w511 \ + -scm \ + -Linkage passive \ -outdir . ## standard swig flags used by most components |