fixing build errors in python-libburn. import still fails.
This commit is contained in:
@@ -7,7 +7,7 @@ setup(name = "python-libburn",
|
||||
description = "Python bindings to libburn",
|
||||
ext_modules = [Extension("pyburn",
|
||||
["pyburn.cpp"],
|
||||
libraries=['libburn'],
|
||||
libraries=[':libburn.so'],
|
||||
include_dirs=['/usr/include/libburn'], # FIXME: make this more
|
||||
# portable
|
||||
)]
|
||||
|
Reference in New Issue
Block a user