Skip to content

Commit 0f1874f

Browse files
authored
Merge pull request #288 from otiai10/develop
Develop
2 parents 7bc6b8d + 1d398ae commit 0f1874f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/go-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
macos:
1414
strategy:
1515
matrix:
16-
os: [macos-latest, macos-12]
17-
go: ['1.17', '1.18', '1.19']
16+
os: [macos-latest, macos-13]
17+
go: ['1.19', '1.20', '1.21']
1818
runs-on: ${{ matrix.os }}
1919
name: macOS Go${{ matrix.go }} on ${{ matrix.os }}
2020
steps:

preprocessflags_x.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ package gosseract
33
// #cgo CXXFLAGS: -std=c++0x
44
// #cgo CPPFLAGS: -I/usr/local/include
55
// #cgo CPPFLAGS: -Wno-unused-result
6-
// #cgo darwin LDFLAGS: -L/usr/local/lib -llept -ltesseract
7-
// #cgo !darwin LDFLAGS: -L/usr/local/lib -lleptonica -ltesseract
6+
// #cgo LDFLAGS: -L/usr/local/lib -lleptonica -ltesseract
87
import "C"

0 commit comments

Comments
 (0)