aboutsummaryrefslogtreecommitdiff
path: root/ports/ngspice/use-winbison-global.patch
blob: f28a34acec3da96f31e9553b772c2846b93961e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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" />