[PYTHON] Remove unnecessary include_dir
This commit is contained in:
parent
ef1b747a42
commit
a46a2e9422
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ if __name__ == '__main__':
|
|||
"google/protobuf/pyext/repeated_scalar_container.cc",
|
||||
"google/protobuf/pyext/repeated_composite_container.cc" ],
|
||||
define_macros=[('GOOGLE_PROTOBUF_HAS_ONEOF', '1')],
|
||||
include_dirs = [ ".", "..", "../src"],
|
||||
include_dirs = [ ".", "../src" ],
|
||||
libraries = [ "protobuf" ],
|
||||
library_dirs = [ '../src/.libs' ],
|
||||
))
|
||||
|
|
Loading…
Add table
Reference in a new issue