diff options
Diffstat (limited to 'misc/config/os/darwin')
-rw-r--r-- | misc/config/os/darwin | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/misc/config/os/darwin b/misc/config/os/darwin new file mode 100644 index 000000000..d44e53d4b --- /dev/null +++ b/misc/config/os/darwin @@ -0,0 +1,27 @@ +realname "Darwin / MacOS X" + +os_type unix + +so_suffix dylib + +# It doesn't have the 's' option; you need to use needs ranlib +ar_command "ar cr" +ar_needs_ranlib yes + +install_group wheel + +doc_dir doc + +<supports_shared> +all +</supports_shared> + +<arch> +ia32 +ppc +ppc64 # g5! +</arch> + +<aliases> +macosx +</aliases> |