early-access version 2853
This commit is contained in:
13
externals/vcpkg/ports/libvpx/0004-remove-library-suffixes.patch
vendored
Executable file
13
externals/vcpkg/ports/libvpx/0004-remove-library-suffixes.patch
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
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
|
Reference in New Issue
Block a user