Skip to content

Commit 1468dce

Browse files
authoredJun 30, 2023
Update README.md (#633)
fixed typo in Customize build (POSIX)
1 parent 807933e commit 1468dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ $ pip install mysqlclient
8282

8383
### Customize build (POSIX)
8484

85-
mysqlclient uses `pkg-config --clfags --ldflags mysqlclient` by default for finding
85+
mysqlclient uses `pkg-config --cflags --ldflags mysqlclient` by default for finding
8686
compiler/linker flags.
8787

8888
You can use `MYSQLCLIENT_CFLAGS` and `MYSQLCLIENT_LDFLAGS` environment

0 commit comments

Comments
 (0)
Please sign in to comment.