Skip to content

Commit 7d7de0e

Browse files
committed
try to give a better error
1 parent 0c59b49 commit 7d7de0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def _supported_unix():
6060
else:
6161
libraries.append('unwind-x86')
6262
else:
63-
raise NotImplementedError
63+
raise NotImplementedError("unknown platform.machine(): %s" % platform.machine())
6464
extra_source_files += [
6565
'src/vmprof_mt.c',
6666
'src/vmprof_unix.c',

0 commit comments

Comments
 (0)