We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 945da22 commit f753d61Copy full SHA for f753d61
.github/workflows/release.yml
@@ -121,7 +121,7 @@ jobs:
121
run: |
122
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
123
cd focus-stack
124
- nmake -f Makefile.windows OPENCV_INC=C:\vcpkg\installed\x64-windows\include OPENCV_LIB=C:\vcpkg\installed\x64-windows\lib\opencv*.lib OPENCV_DLL=C:\vcpkg\installed\x64-windows\bin\*.dll
+ nmake -f Makefile.windows OPENCV_INC=C:\vcpkg\installed\x64-windows\include\opencv4 OPENCV_LIB=C:\vcpkg\installed\x64-windows\lib\opencv*.lib OPENCV_DLL=C:\vcpkg\installed\x64-windows\bin\*.dll
125
nmake -f Makefile.windows package
126
127
- name: Upload
0 commit comments