diff options
Diffstat (limited to 'build/SConstruct')
-rw-r--r-- | build/SConstruct | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/SConstruct b/build/SConstruct index 0f688ac3b..e33373243 100644 --- a/build/SConstruct +++ b/build/SConstruct @@ -62,6 +62,9 @@ if not os.path.isdir('ext'): % EXT_SRCDIR sys.exit(1) +# tell python where to find m5 python code +sys.path.append(os.path.join(SRCDIR, 'python')) + ################################################### # |