Skip to content

Commit 9e84570

Browse files
author
Damir Porobic
committed
Use wildcard for linking tesseract lib
1 parent d098784 commit 9e84570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +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
57+
ln -s $env:INSTALL_PREFIX/lib/tesseract*.lib $env:INSTALL_PREFIX/lib/tesseract.lib
5858
5959
- name: Build
6060
run: |

0 commit comments

Comments
 (0)