mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:59:01 +08:00
14 lines
808 B
Diff
14 lines
808 B
Diff
|
diff --git a/visualc/sharedspice.vcxproj b/visualc/sharedspice.vcxproj
|
||
|
index 96786b1..f5d9322 100644
|
||
|
--- a/visualc/sharedspice.vcxproj
|
||
|
+++ b/visualc/sharedspice.vcxproj
|
||
|
@@ -879,7 +879,7 @@
|
||
|
<ItemGroup>
|
||
|
<CustomBuild Include="..\src\frontend\parse-bison.y;..\src\spicelib\parser\inpptree-parser.y">
|
||
|
<Message>invoke win_bison.exe for %(Identity)</Message>
|
||
|
- <Command>..\..\flex-bison\win_bison.exe --output=.\tmp-bison\%(Filename).c --defines=.\tmp-bison\%(Filename).h %(Identity) || exit 1</Command>
|
||
|
+ <Command>win_bison.exe --output=.\tmp-bison\%(Filename).c --defines=.\tmp-bison\%(Filename).h %(Identity) || exit 1</Command>
|
||
|
<Outputs>.\tmp-bison\%(Filename).c;.\tmp-bison\%(Filename).h</Outputs>
|
||
|
</CustomBuild>
|
||
|
<None Include="..\src\sharedspice.map" />
|