From f3621f11d5fe19557984e5554983a69bb89fb8a2 Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Tue, 17 Mar 2009 12:45:41 -0700 Subject: ply: put the absolute path to ply in the environment, not a relative one --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 533da927c..db6c7f9e5 100644 --- a/SConstruct +++ b/SConstruct @@ -374,7 +374,7 @@ Export('base_dir') Export('extras_dir_list') # M5_PLY is used by isa_parser.py to find the PLY package. -env.Append(ENV = { 'M5_PLY' : str(Dir('ext/ply')) }) +env.Append(ENV = { 'M5_PLY' : Dir('ext/ply').abspath }) CXX_version = read_command([env['CXX'],'--version'], exception=False) CXX_V = read_command([env['CXX'],'-V'], exception=False) -- cgit v1.2.3