Fix another typo.
This commit is contained in:
parent
cc38bbdfbf
commit
22f6477d69
2
setup.py
2
setup.py
@ -148,7 +148,7 @@ if windows_check():
|
|||||||
]
|
]
|
||||||
else:
|
else:
|
||||||
_include_dirs += ['/usr/include/python' + python_version]
|
_include_dirs += ['/usr/include/python' + python_version]
|
||||||
_libraries += [
|
_libraries = [
|
||||||
'boost_filesystem',
|
'boost_filesystem',
|
||||||
'boost_date_time',
|
'boost_date_time',
|
||||||
'boost_thread',
|
'boost_thread',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user