fix python path in auto-dep

This commit is contained in:
Kevin Lange 2017-01-08 19:57:52 +09:00
parent c93dbdddde
commit f666f3a535

View File

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