I like that better
This commit is contained in:
parent
adabec1fa0
commit
004c803ddc
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -18,7 +18,7 @@ setup(
|
||||||
"/usr/include/cairo",
|
"/usr/include/cairo",
|
||||||
"/usr/include/pycairo"
|
"/usr/include/pycairo"
|
||||||
], library_dirs = [
|
], library_dirs = [
|
||||||
"src"
|
"./src"
|
||||||
], libraries = [
|
], libraries = [
|
||||||
"hexagram"
|
"hexagram"
|
||||||
]), language_level = 3, gdb_debug = True)
|
]), language_level = 3, gdb_debug = True)
|
||||||
|
|
Loading…
Add table
Reference in a new issue