mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 01:16:45 +08:00
14 lines
496 B
Diff
14 lines
496 B
Diff
|
diff --git a/build/make/gen_msvs_vcxproj.sh b/build/make/gen_msvs_vcxproj.sh
|
||
|
index bb1c31d..9a0827e 100644
|
||
|
--- a/build/make/gen_msvs_vcxproj.sh
|
||
|
+++ b/build/make/gen_msvs_vcxproj.sh
|
||
|
@@ -377,7 +377,7 @@ generate_vcxproj() {
|
||
|
else
|
||
|
config_suffix=""
|
||
|
fi
|
||
|
- tag_content TargetName "${name}${lib_sfx}${config_suffix}"
|
||
|
+ tag_content TargetName "${name}"
|
||
|
fi
|
||
|
close_tag PropertyGroup
|
||
|
done
|