diff options
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 |