diff options
Diffstat (limited to 'tools/build')
-rwxr-xr-x | tools/build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/build b/tools/build index 7a374f0..e467f68 100755 --- a/tools/build +++ b/tools/build @@ -24,6 +24,9 @@ SunOS) target=sunos fi ;; +Darwin) + target=darwin + ;; *) echo "I don't know how to build for your platform, please poke" 1>&2 echo "around in Makefiles/os and tools/build to get the server" 1>&2 |