aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/os/darwin.txt
blob: 4c8ba2c470816edff073c1d80586b7ef7d01075a (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
os_type unix

soname_pattern_base  "libbotan-{version_major}.dylib"
soname_pattern_abi   "libbotan-{version_major}.{abi_rev}.dylib"
soname_pattern_patch "libbotan-{version_major}.{abi_rev}.{version_minor}.{version_patch}.dylib"

so_post_link_command "install_name_tool -change '$(INSTALLED_LIB_DIR)/{soname_abi}' '@executable_path/{soname_abi}' $@"

doc_dir doc

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

<aliases>
macos
macosx
osx
</aliases>