diff --git a/setup.py b/setup.py index 8e68c19..72892fa 100755 --- a/setup.py +++ b/setup.py @@ -100,6 +100,8 @@ def create_ecodes(headers=None): print('writing ecodes.c (using %s)' % ' '.join(headers)) cmd = '%s genecodes.py %s > ecodes.c' % (sys.executable, ' '.join(headers)) + print(cmd) + print("%s/evdev" % here) check_call(cmd, cwd="%s/evdev" % here, shell=True)