std-freestanding 0.5.0 - #238
Merged
Merged
Conversation
Windows 的 llvm 载荷不带 libc++,于是 build.mcpp 从 0.5.0 起看第二处: 已安装的 xim:libcxx-headers。索引侧只需 windows 平台加一条 deps。 deps 是按平台而非按版本的,于是它也套到 0.2.0–0.4.0 上 —— 那几版在 Windows 上本来就构建不出来,代价是一次小下载。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
0.5.0 让
build.mcpp在工具链载荷之外再看一处:已安装的xim:libcxx-headers。Windows 的 llvm 载荷把 clang 编译在 MSVC 标准库上、不带 libc++,所以那一行此前只能断言缺口。现在它真正构建。
0.5.0行(GLOBAL + CN 双端,CN 已回探逐字节核对)deps = { "xim:libcxx-headers@22.1.8" }deps是按平台而非按版本的,于是也套到 0.2.0–0.4.0 —— 那几版在 Windows 上本就构建不出来。