diff options
Diffstat (limited to 'src/build-data/os/darwin.txt')
-rw-r--r-- | src/build-data/os/darwin.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/build-data/os/darwin.txt b/src/build-data/os/darwin.txt new file mode 100644 index 000000000..298621216 --- /dev/null +++ b/src/build-data/os/darwin.txt @@ -0,0 +1,19 @@ +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 + +doc_dir doc + +<supports_shared> +all +</supports_shared> + +<aliases> +macosx +</aliases> |