]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/ngspice/use-winbison-sharedspice.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / ngspice / use-winbison-sharedspice.patch
1 diff --git a/visualc/sharedspice.vcxproj b/visualc/sharedspice.vcxproj
2 index 4ff0dfc..57b0c35 100644
3 --- a/visualc/sharedspice.vcxproj
4 +++ b/visualc/sharedspice.vcxproj
5 @@ -2223,12 +2223,12 @@
6 <ItemGroup>
7 <CustomBuild Include="..\src\frontend\parse-bison.y">
8 <Message>invoke win_bison.exe for %(Identity)</Message>
9 - <Command>..\..\flex-bison\win_bison.exe --output=.\tmp-bison\%(Filename).c --defines=.\tmp-bison\%(Filename).h %(Identity) || exit 1</Command>
10 + <Command>win_bison.exe --output=.\tmp-bison\%(Filename).c --defines=.\tmp-bison\%(Filename).h %(Identity) || exit 1</Command>
11 <Outputs>.\tmp-bison\%(Filename).c;.\tmp-bison\%(Filename).h</Outputs>
12 </CustomBuild>
13 <CustomBuild Include="..\src\spicelib\parser\inpptree-parser.y">
14 <Message>invoke win_bison.exe for %(Identity)</Message>
15 - <Command>..\..\flex-bison\win_bison.exe --output=.\tmp-bison\%(Filename).c --defines=.\tmp-bison\%(Filename).h %(Identity) || exit 1</Command>
16 + <Command>win_bison.exe --output=.\tmp-bison\%(Filename).c --defines=.\tmp-bison\%(Filename).h %(Identity) || exit 1</Command>
17 <Outputs>.\tmp-bison\%(Filename).c;.\tmp-bison\%(Filename).h</Outputs>
18 </CustomBuild>
19 </ItemGroup>