Skip to content

Commit

Permalink
Merge pull request #4 from pirmd/openbsd
Browse files Browse the repository at this point in the history
Add support for openbsd
  • Loading branch information
trustmaster authored Jul 1, 2020
2 parents ebca0f9 + a39afa4 commit 36ae295
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aspell.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ package aspell

/*
#cgo LDFLAGS: -laspell
#cgo openbsd LDFLAGS: -L/usr/local/lib -laspell
#cgo openbsd CFLAGS: -I/usr/local/include
#include <stdlib.h>
#include "aspell.h"
*/
Expand Down

0 comments on commit 36ae295

Please sign in to comment.