Skip to content

Commit

Permalink
Merge pull request #288 from otiai10/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
otiai10 authored Sep 6, 2023
2 parents 7bc6b8d + 1d398ae commit 0f1874f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
macos:
strategy:
matrix:
os: [macos-latest, macos-12]
go: ['1.17', '1.18', '1.19']
os: [macos-latest, macos-13]
go: ['1.19', '1.20', '1.21']
runs-on: ${{ matrix.os }}
name: macOS Go${{ matrix.go }} on ${{ matrix.os }}
steps:
Expand Down
3 changes: 1 addition & 2 deletions preprocessflags_x.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ package gosseract
// #cgo CXXFLAGS: -std=c++0x
// #cgo CPPFLAGS: -I/usr/local/include
// #cgo CPPFLAGS: -Wno-unused-result
// #cgo darwin LDFLAGS: -L/usr/local/lib -llept -ltesseract
// #cgo !darwin LDFLAGS: -L/usr/local/lib -lleptonica -ltesseract
// #cgo LDFLAGS: -L/usr/local/lib -lleptonica -ltesseract
import "C"

0 comments on commit 0f1874f

Please sign in to comment.