Prep for Python
This commit is contained in:
parent
20b5d6fcca
commit
2f4ca68ce0
2
.gitignore
vendored
2
.gitignore
vendored
@ -81,4 +81,4 @@ hdd/usr/etc
|
||||
hdd/usr/share/doc
|
||||
hdd/usr/share/fontconfig
|
||||
hdd/usr/share/xml
|
||||
|
||||
hdd/usr/python
|
||||
|
@ -27,6 +27,7 @@ class Classifier(object):
|
||||
'<menu.h>': (None, '-lmenu', ['<ncurses.h>']),
|
||||
'<zlib.h>': (None, '-lz', ['<math.h>']),
|
||||
'<png.h>': (None, '-lpng15', ['<zlib.h>']),
|
||||
'<Python.h>': ('../python/include/python3.6m', '-lpython3.6m', ['<math.h>']),
|
||||
# Toaru Standard Library
|
||||
'<toaru.h>': (None, '-ltoaru', ['<png.h>','<ft2build.h>','<cairo.h>']),
|
||||
'"lib/toaru_auth.h"': (None, '-ltoaru-toaru_auth', ['"lib/sha2.h"']),
|
||||
|
Loading…
x
Reference in New Issue
Block a user