Skip to content

Commit 252080d

Browse files
committed
Do static build with some tools on appveyor.
1 parent 670e0fa commit 252080d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ before_build:
2020
build_script:
2121
- mkdir build
2222
- cd build
23-
- cmake .. -G "%generator%" -DLeptonica_DIR=leptonica-master/build
23+
- cmake .. -G "%generator%" -DLeptonica_DIR=leptonica-master/build -DSTATIC=1
2424
- msbuild tesseract.sln /p:Platform=%vcplatform% /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"

0 commit comments

Comments
 (0)