diff options
Diffstat (limited to 'sal/Library_sal.mk')
-rw-r--r-- | sal/Library_sal.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sal/Library_sal.mk b/sal/Library_sal.mk index d4fae981585e..b2504f922c84 100644 --- a/sal/Library_sal.mk +++ b/sal/Library_sal.mk @@ -34,8 +34,11 @@ $(eval $(call gb_Library_use_packages,sal,\ sal_inc \ )) +$(eval $(call gb_Library_add_precompiled_header,sal,$(SRCDIR)/sal/inc/pch/precompiled_sal)) + $(eval $(call gb_Library_set_include,sal,\ $$(INCLUDE) \ + -I$(SRCDIR)/sal/inc/pch \ -I$(SRCDIR)/sal/inc \ )) |