summaryrefslogtreecommitdiff
path: root/sot/Library_sot.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sot/Library_sot.mk')
-rw-r--r--sot/Library_sot.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/sot/Library_sot.mk b/sot/Library_sot.mk
index 2f851f13c89e..79f94858a688 100644
--- a/sot/Library_sot.mk
+++ b/sot/Library_sot.mk
@@ -34,7 +34,7 @@ $(eval $(call gb_Library_add_precompiled_header,sot,$(SRCDIR)/sot/inc/pch/precom
$(eval $(call gb_Library_set_componentfile,sot,sot/util/sot))
$(eval $(call gb_Library_set_include,sot,\
- -I$(SRCDIR)/sot/inc/pch \
+ -I$(realpath $(SRCDIR)/sot/inc/pch) \
$$(INCLUDE) \
-I$(OUTDIR)/inc/offuh \
))
@@ -50,7 +50,6 @@ $(eval $(call gb_Library_add_linked_libs,sot,\
sal \
tl \
ucbhelper \
- stl \
utl \
$(gb_STDLIBS) \
))