diff options
author | RewardedIvan <67065165+RewardedIvan@users.noreply.github.com> | 2022-09-02 05:47:55 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-01 22:47:55 -0400 |
commit | da62659c58737601b3d653afdef5df84b2a927e4 (patch) | |
tree | 51f797197b9a3a9b39a8472e1033552e24237ff9 /README.md | |
parent | Rollback on constraint failure (#1071) (diff) | |
download | golite-da62659c58737601b3d653afdef5df84b2a927e4.tar.gz golite-da62659c58737601b3d653afdef5df84b2a927e4.tar.xz |
Fix "ennviroment" (#1077)
Fix typo in README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |