Fix "ennviroment" (#1077)

Fix typo in README
This commit is contained in:
RewardedIvan
2022-09-02 05:47:55 +03:00
committed by GitHub
parent 4ef63c9c0d
commit da62659c58

View File

@@ -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.