diff options
Diffstat (limited to 'src/python/SConscript')
-rw-r--r-- | src/python/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/python/SConscript b/src/python/SConscript index 1e49a18b2..df1464809 100644 --- a/src/python/SConscript +++ b/src/python/SConscript @@ -107,6 +107,7 @@ def swig_it(basename): swig_it('main') swig_it('debug') +swig_it('event') # Action function to build the zip archive. Uses the PyZipFile module # included in the standard Python library. |