Fix another typo.

This commit is contained in:
Andrew Resch 2008-02-03 22:50:06 +00:00
parent cc38bbdfbf
commit 22f6477d69
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ if windows_check():
]
else:
_include_dirs += ['/usr/include/python' + python_version]
_libraries += [
_libraries = [
'boost_filesystem',
'boost_date_time',
'boost_thread',