blob: 65fd8acf0c75f1919aa7e7362caae09d7cb0ae5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# not really, but for our purposes
os_type unix
soname_suffix "so"
<target_features>
clock_gettime
posix_mlock
gmtime_r
dlopen
threads
filesystem
</target_features>
|