Skip to content

Commit

Permalink
Do static build with some tools on appveyor.
Browse files Browse the repository at this point in the history
  • Loading branch information
egorpugin committed Sep 7, 2015
1 parent 670e0fa commit 252080d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -20,5 +20,5 @@ before_build:
build_script:
- mkdir build
- cd build
- cmake .. -G "%generator%" -DLeptonica_DIR=leptonica-master/build
- cmake .. -G "%generator%" -DLeptonica_DIR=leptonica-master/build -DSTATIC=1
- msbuild tesseract.sln /p:Platform=%vcplatform% /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"

0 comments on commit 252080d

Please sign in to comment.