Skip to content

Commit

Permalink
Fix "ennviroment" (mattn#1077)
Browse files Browse the repository at this point in the history
Fix typo in README
  • Loading branch information
RewardedIvan authored and semrekkers committed Sep 9, 2022
1 parent 692d006 commit ec09010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -181,7 +181,7 @@ go build --tags "icu json1 fts5 secure_delete"

# Compilation

This package requires the `CGO_ENABLED=1` ennvironment variable if not set by default, and the presence of the `gcc` compiler.
This package requires the `CGO_ENABLED=1` environment variable if not set by default, and the presence of the `gcc` compiler.

If you need to add additional CFLAGS or LDFLAGS to the build command, and do not want to modify this package, then this can be achieved by using the `CGO_CFLAGS` and `CGO_LDFLAGS` environment variables.

Expand Down

0 comments on commit ec09010

Please sign in to comment.