diff options
Diffstat (limited to 'unoxml/Library_unoxml.mk')
-rw-r--r-- | unoxml/Library_unoxml.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unoxml/Library_unoxml.mk b/unoxml/Library_unoxml.mk index f6e5e5d7832f..1d2202aa8839 100644 --- a/unoxml/Library_unoxml.mk +++ b/unoxml/Library_unoxml.mk @@ -21,7 +21,7 @@ $(eval $(call gb_Library_Library,unoxml)) $(eval $(call gb_Library_set_componentfile,unoxml,unoxml/source/service/unoxml)) -$(eval $(call gb_Library_set_precompiled_header,unoxml,$(SRCDIR)/unoxml/inc/pch/precompiled_unoxml)) +$(eval $(call gb_Library_set_precompiled_header,unoxml,unoxml/inc/pch/precompiled_unoxml)) $(eval $(call gb_Library_use_sdk_api,unoxml)) |