mirror of
https://github.com/boostorg/build.git
synced 2026-02-17 01:32:12 +00:00
Added Tru64 support.
[SVN r32809]
This commit is contained in:
@@ -120,6 +120,8 @@ class Tester(TestCmd.TestCmd):
|
||||
jam_build_dir = "bin.irix"
|
||||
elif os.uname()[0] == "FreeBSD":
|
||||
jam_build_dir = "bin.freebsd"
|
||||
elif os.uname()[0] == "OSF1":
|
||||
jam_build_dir = "bin.osf"
|
||||
else:
|
||||
raise "Don't know directory where jam is build for this system: " + os.name + "/" + os.uname()[0]
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user