From f666f3a5356d13f7cc7b2582521e6aaf2a142fb4 Mon Sep 17 00:00:00 2001 From: Kevin Lange Date: Sun, 8 Jan 2017 19:57:52 +0900 Subject: [PATCH] fix python path in auto-dep --- util/auto-dep.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/auto-dep.py b/util/auto-dep.py index 91511e46..a4aa72c4 100755 --- a/util/auto-dep.py +++ b/util/auto-dep.py @@ -27,7 +27,7 @@ class Classifier(object): '': (None, '-lmenu', ['']), '': (None, '-lz', ['']), '': (None, '-lpng15', ['']), - '': ('../python/include/python3.6m', '-lpython3.6m', ['']), + '': ('python/include/python3.6m', '-lpython3.6m', ['']), # Toaru Standard Library '': (None, '-ltoaru', ['','','']), '"lib/toaru_auth.h"': (None, '-ltoaru-toaru_auth', ['"lib/sha2.h"']),