mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:38:59 +08:00
3ec41f57e6
* Fix libvpx compilation (install process) * [libvpx] Remove library and pdb suffixes. * [ffmpeg] Remove fix for libvpx * update version record * Update ports/ffmpeg/CONTROL * Update versions/f-/ffmpeg.json * version Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
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
|