summaryrefslogtreecommitdiffstats
path: root/sal/StaticLibrary_salcpprt.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sal/StaticLibrary_salcpprt.mk')
-rw-r--r--sal/StaticLibrary_salcpprt.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/sal/StaticLibrary_salcpprt.mk b/sal/StaticLibrary_salcpprt.mk
index 79583a66c796..65bd100f509a 100644
--- a/sal/StaticLibrary_salcpprt.mk
+++ b/sal/StaticLibrary_salcpprt.mk
@@ -33,6 +33,12 @@ $(eval $(call gb_StaticLibrary_add_defs,salcpprt, \
$(LFS_CFLAGS) \
))
+$(eval $(call gb_StaticLibrary_set_include,salcpprt,\
+ $$(INCLUDE) \
+ -I$(realpath $(SRCDIR)/sal/inc) \
+))
+
+
$(eval $(call gb_StaticLibrary_add_exception_objects,salcpprt, \
sal/cpprt/operators_new_delete \
))