mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-20 06:25:41 -04:00
Initial community commit
This commit is contained in:
13
vcpkg-ports/libvpx/0004-remove-library-suffixes.patch
Normal file
13
vcpkg-ports/libvpx/0004-remove-library-suffixes.patch
Normal 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