aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/os/darwin.txt
blob: 662101b1cd0c8aa03d1728d72d72e4aee47b61cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
os_type unix

soname_pattern_base  "libbotan-{version_major}.{version_minor}.dylib"
soname_pattern_abi   "libbotan-{version_major}.{version_minor}.{abi_rev}.dylib"
soname_pattern_patch "libbotan-{version_major}.{version_minor}.{abi_rev}.{version_patch}.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

<target_features>
dlopen
gettimeofday
gmtime_r
memset_s
readdir
timegm
sockets
threads
filesystem
</target_features>

<aliases>
macos
macosx
osx
</aliases>