summaryrefslogtreecommitdiff
path: root/shell/Library_macbe.mk
diff options
context:
space:
mode:
Diffstat (limited to 'shell/Library_macbe.mk')
-rw-r--r--shell/Library_macbe.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/shell/Library_macbe.mk b/shell/Library_macbe.mk
index f248842cbd9d..bf4eb8d0008c 100644
--- a/shell/Library_macbe.mk
+++ b/shell/Library_macbe.mk
@@ -45,8 +45,11 @@ $(eval $(call gb_Library_use_libraries,macbe1,\
$(eval $(call gb_Library_set_componentfile,macbe1,shell/source/backends/macbe/macbe1))
-$(eval $(call gb_Library_add_exception_objects,macbe1,\
+$(eval $(call gb_Library_add_objcxxobjects,macbe1,\
shell/source/backends/macbe/macbackend \
+))
+
+$(eval $(call gb_Library_add_exception_objects,macbe1,\
shell/source/backends/macbe/macbecdef \
))