Skip to content

Commit 1a378fb

Browse files
authored
Merge pull request #631 from mattn/fix-build
Fix build
2 parents 0eec847 + c71eddf commit 1a378fb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ before_install:
2323
- |
2424
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
2525
brew update
26-
brew upgrade icu4c
2726
fi
2827
- |
2928
go get github.com/smartystreets/goconvey

sqlite3.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ const (
243243
SQLITE_FUNCTION = C.SQLITE_FUNCTION
244244
SQLITE_SAVEPOINT = C.SQLITE_SAVEPOINT
245245
SQLITE_COPY = C.SQLITE_COPY
246-
SQLITE_RECURSIVE = C.SQLITE_RECURSIVE
246+
/*SQLITE_RECURSIVE = C.SQLITE_RECURSIVE*/
247247
)
248248

249249
// SQLiteDriver implements driver.Driver.

0 commit comments

Comments
 (0)