2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 13:22:11 +00:00

Use right extension for PCH on darwin.

Patch from Jeroen van der Wulp.


[SVN r49659]
This commit is contained in:
Vladimir Prus
2008-11-09 06:09:06 +00:00
parent 117dcf4f27
commit 148fb24c49

View File

@@ -54,6 +54,8 @@ generators.override darwin.searched-lib-generator : searched-lib-generator ;
generators.override darwin.compile.c.pch : pch.default-c-pch-generator ;
generators.override darwin.compile.c++.pch : pch.default-cpp-pch-generator ;
type.set-generated-target-suffix PCH : <toolset>darwin : gch ;
toolset.inherit-rules darwin : gcc ;
toolset.inherit-flags darwin : gcc
: <runtime-link>static