summaryrefslogtreecommitdiff
path: root/rtemstoolkit/darwin.py
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2015-02-08 18:14:16 +1100
committerChris Johns <chrisj@rtems.org>2015-02-08 18:14:16 +1100
commit9600c396380fc6da781aa73a9944bdb56340670b (patch)
tree678bb79658463946714cc415e7eba341453f7e60 /rtemstoolkit/darwin.py
parentb7d48ef5a4a09010305a5981f64005161a34409d (diff)
Fixes to the run the waf built tests when installed.
Diffstat (limited to 'rtemstoolkit/darwin.py')
-rw-r--r--rtemstoolkit/darwin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtemstoolkit/darwin.py b/rtemstoolkit/darwin.py
index e858ace..1d092cb 100644
--- a/rtemstoolkit/darwin.py
+++ b/rtemstoolkit/darwin.py
@@ -55,9 +55,9 @@ def load():
'_host_cpu': ('none', 'none', uname[4]),
'_host_alias': ('none', 'none', '%{nil}'),
'_host_arch': ('none', 'none', uname[4]),
+ '_host_prefix': ('dir', 'optional', '%{_usr}'),
'_usr': ('dir', 'optional', '/usr/local'),
'_var': ('dir', 'optional', '/usr/local/var'),
- '_prefix': ('dir', 'optional', '%{_usr}'),
'__ldconfig': ('exe', 'none', ''),
'__cvs': ('exe', 'required', 'cvs'),
'__xz': ('exe', 'required', '%{_usr}/bin/xz'),