fix comment regarding commandline options

This commit is contained in:
Daniel Bartel 2016-05-30 20:49:06 +02:00 committed by Thomas Nagy
parent ae243dd23b
commit fb68af3544
1 changed files with 1 additions and 1 deletions

View File

@ -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',