]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/libvpx/0001-vcxproj-nasm.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / libvpx / 0001-vcxproj-nasm.patch
CommitLineData
1e59de90
TL
1diff --git a/build/make/gen_msvs_vcxproj.sh b/build/make/gen_msvs_vcxproj.sh\r
2index bb1c31d23..b634b0609 100755\r
3--- a/build/make/gen_msvs_vcxproj.sh\r
4+++ b/build/make/gen_msvs_vcxproj.sh\r
5@@ -247,13 +247,13 @@ libs=${libs// /;}\r
6 case "$target" in\r
7 x86_64*)\r
8 platforms[0]="x64"\r
9- asm_Debug_cmdline="yasm -Xvc -g cv8 -f win64 ${yasmincs} "%(FullPath)""\r
10- asm_Release_cmdline="yasm -Xvc -f win64 ${yasmincs} "%(FullPath)""\r
11+ asm_Debug_cmdline="nasm -Xvc -gcv8 -f win64 ${yasmincs} "%(FullPath)""\r
12+ asm_Release_cmdline="nasm -Xvc -f win64 ${yasmincs} "%(FullPath)""\r
13 ;;\r
14 x86*)\r
15 platforms[0]="Win32"\r
16- asm_Debug_cmdline="yasm -Xvc -g cv8 -f win32 ${yasmincs} "%(FullPath)""\r
17- asm_Release_cmdline="yasm -Xvc -f win32 ${yasmincs} "%(FullPath)""\r
18+ asm_Debug_cmdline="nasm -Xvc -gcv8 -f win32 ${yasmincs} "%(FullPath)""\r
19+ asm_Release_cmdline="nasm -Xvc -f win32 ${yasmincs} "%(FullPath)""\r
20 ;;\r
21 arm64*)\r
22 platforms[0]="ARM64"\r