diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2012-07-06 14:45:06 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-12-10 14:46:48 +0100 |
commit | eb7ae5fe2a43e2022afd5670dd1c2fe1f7cce481 (patch) | |
tree | 26e36bae7638a77254bc45bac39827786e3b4523 /sal | |
parent | 5fb9283448684dbc5cdc993f1fa5afac1b2eeffd (diff) |
no longer necessary to add include path for PCH header
MSVC uses full path with -FI, Clang uses full path to .pch file.
Change-Id: I403a8a919a8b672d1e98c2ea1fee50097e535351
Diffstat (limited to 'sal')
-rw-r--r-- | sal/Library_sal.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sal/Library_sal.mk b/sal/Library_sal.mk index a2139f4c7d9b..107f0b3703ef 100644 --- a/sal/Library_sal.mk +++ b/sal/Library_sal.mk @@ -38,7 +38,6 @@ $(eval $(call gb_Library_set_precompiled_header,sal,$(SRCDIR)/sal/inc/pch/precom $(eval $(call gb_Library_set_include,sal,\ $$(INCLUDE) \ - -I$(SRCDIR)/sal/inc/pch \ -I$(SRCDIR)/sal/inc \ )) |