Skip to content

Commit 554ac01

Browse files
authored
Merge pull request #35 from peixinchen/master
Fixed document error, it should be C compiler.
2 parents 3ee33f0 + 843a7a5 commit 554ac01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Build
9999

100100
If librdkafka is installed in a non-standard location provide the include and library directories with:
101101

102-
$ CPLUS_INCLUDE_PATH=/path/to/include LIBRARY_PATH=/path/to/lib python setup.py ...
102+
$ C_INCLUDE_PATH=/path/to/include LIBRARY_PATH=/path/to/lib python setup.py ...
103103

104104

105105
Tests

0 commit comments

Comments
 (0)