Skip to content

Commit

Permalink
fix(sql): Fix sql command for other 32-bit platforms
Browse files Browse the repository at this point in the history
Merge pull request #1785 from qri-io/sql-32bit
  • Loading branch information
dustmop authored May 7, 2021
2 parents 2ae1541 + 704d9fb commit 5d1f867
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions sql/sql.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// +build !arm
// +build !386

package sql

Expand Down
2 changes: 1 addition & 1 deletion sql/sql_arm.go → sql/sql_32bit.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// +build arm
// +build arm 386

package sql

Expand Down

0 comments on commit 5d1f867

Please sign in to comment.