Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2a18e45

Browse files
committed
Updated toolchain msvc
1 parent2da54f7 commit2a18e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎buildcc/toolchains/include/toolchains/toolchain_msvc.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class Toolchain_msvc : public Toolchain {
3737
Toolchain_msvc(const std::string &name ="msvc",
3838
std::optional<ToolchainExecutables> op_executables = {},
3939
std::optional<ToolchainConfig> op_config = {})
40-
: Toolchain(ToolchainId::Gcc, name,
40+
: Toolchain(ToolchainId::Msvc, name,
4141
op_executables.value_or(
4242
ToolchainExecutables("cl","cl","cl","lib","link")),
4343
op_config.value_or(ToolchainConfig())) {}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp