mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:59:01 +08:00
4a753ba9ec
* [libvpx] Update to latest and add support for arm64 on macOS * [libvpx] x-add-version * [libvpx] Restore patch line endings * [libvpx] x-add-version * Update ports/libvpx/portfile.cmake Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com> * [libvpx] x-add-version Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
14 lines
500 B
Diff
14 lines
500 B
Diff
diff --git a/build/make/gen_msvs_vcxproj.sh b/build/make/gen_msvs_vcxproj.sh
|
|
index 916851662..e60405bc9 100755
|
|
--- a/build/make/gen_msvs_vcxproj.sh
|
|
+++ b/build/make/gen_msvs_vcxproj.sh
|
|
@@ -394,7 +394,7 @@ generate_vcxproj() {
|
|
else
|
|
config_suffix=""
|
|
fi
|
|
- tag_content TargetName "${name}${lib_sfx}${config_suffix}"
|
|
+ tag_content TargetName "${name}"
|
|
fi
|
|
close_tag PropertyGroup
|
|
done
|