Update README.md (#633)

fixed typo in Customize build (POSIX)
This commit is contained in:
raceybe
2023-06-29 23:22:35 -04:00
committed by GitHub
parent 807933eb25
commit 1468dce073

View File

@ -82,7 +82,7 @@ $ pip install mysqlclient
### Customize build (POSIX) ### Customize build (POSIX)
mysqlclient uses `pkg-config --clfags --ldflags mysqlclient` by default for finding mysqlclient uses `pkg-config --cflags --ldflags mysqlclient` by default for finding
compiler/linker flags. compiler/linker flags.
You can use `MYSQLCLIENT_CFLAGS` and `MYSQLCLIENT_LDFLAGS` environment You can use `MYSQLCLIENT_CFLAGS` and `MYSQLCLIENT_LDFLAGS` environment