diff options
Diffstat (limited to 'pyuno')
-rw-r--r-- | pyuno/Executable_python_wrapper.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyuno/Executable_python_wrapper.mk b/pyuno/Executable_python_wrapper.mk index 7003a71a7fd9..39ff28324174 100644 --- a/pyuno/Executable_python_wrapper.mk +++ b/pyuno/Executable_python_wrapper.mk @@ -17,7 +17,7 @@ $(eval $(call gb_Executable_use_static_libraries,pyuno/python,\ ooopathutils \ )) -$(eval $(call gb_Executable_add_noexception_objects,pyuno/python,\ +$(eval $(call gb_Executable_add_exception_objects,pyuno/python,\ pyuno/zipcore/python \ )) |