diff options
Diffstat (limited to 'sal/Library_sal.mk')
-rw-r--r-- | sal/Library_sal.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/Library_sal.mk b/sal/Library_sal.mk index 6b3931dc4727..e84ed0aaf1b5 100644 --- a/sal/Library_sal.mk +++ b/sal/Library_sal.mk @@ -12,7 +12,7 @@ $(eval $(call gb_Library_Library,sal)) $(eval $(call gb_Library_set_soversion_script,sal,$(SRCDIR)/sal/util/sal.map)) -$(eval $(call gb_Library_set_precompiled_header,sal,$(SRCDIR)/sal/inc/pch/precompiled_sal)) +$(eval $(call gb_Library_set_precompiled_header,sal,sal/inc/pch/precompiled_sal)) $(eval $(call gb_Library_set_include,sal,\ $$(INCLUDE) \ |