Prep for Python

This commit is contained in:
Kevin Lange 2016-12-11 11:12:43 +09:00
parent 20b5d6fcca
commit 2f4ca68ce0
2 changed files with 2 additions and 1 deletions

2
.gitignore vendored
View File

@ -81,4 +81,4 @@ hdd/usr/etc
hdd/usr/share/doc
hdd/usr/share/fontconfig
hdd/usr/share/xml
hdd/usr/python

View File

@ -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"']),