diff options
Diffstat (limited to 'unotools/Library_utl.mk')
-rw-r--r-- | unotools/Library_utl.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/Library_utl.mk b/unotools/Library_utl.mk index 19fcd7cfce1c..cdc4b38f96ae 100644 --- a/unotools/Library_utl.mk +++ b/unotools/Library_utl.mk @@ -34,7 +34,7 @@ $(eval $(call gb_Library_add_defs,utl,\ -DUNOTOOLS_DLLIMPLEMENTATION \ )) -$(eval $(call gb_Library_set_precompiled_header,utl,$(SRCDIR)/unotools/inc/pch/precompiled_utl)) +$(eval $(call gb_Library_set_precompiled_header,utl,unotools/inc/pch/precompiled_utl)) $(eval $(call gb_Library_use_sdk_api,utl)) |