2
0
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:
Markus Schöpflin
2006-02-10 16:05:26 +00:00
parent d005b61309
commit a05a4a09f8

View File

@@ -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: