Skip to content

Commit 10dd977

Browse files
author
Damir Porobic
committed
Creste symbolic link to tesseract lib
1 parent 334abc0 commit 10dd977

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
cd build && cmake .. -G"NMake Makefiles" -DCMAKE_INSTALL_PREFIX="$env:INSTALL_PREFIX" -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON -DBUILD_TRAINING_TOOLS=OFF -DOPENMP_BUILD=OFF
5555
nmake
5656
nmake install
57+
ln -s $env:INSTALL_PREFIX/lib/tesseract50.lib $env:INSTALL_PREFIX/lib/tesseract.lib
5758
5859
- name: Build
5960
run: |

0 commit comments

Comments
 (0)