From fb68af3544e2a01cd249f20e2a5793fc5ec288e4 Mon Sep 17 00:00:00 2001 From: Daniel Bartel Date: Mon, 30 May 2016 20:49:06 +0200 Subject: [PATCH] fix comment regarding commandline options --- playground/swig/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/swig/wscript b/playground/swig/wscript index 1ba0341e..2e720eee 100644 --- a/playground/swig/wscript +++ b/playground/swig/wscript @@ -39,7 +39,7 @@ def build(bld): # embedding # - # use swig_flags = '-c++ -python -dump_classes' for debugging + # use swig_flags = '-c++ -python -debug-classes' for debugging obj = bld( features = 'cxx cxxprogram pyembed',