-
Notifications
You must be signed in to change notification settings - Fork 81
/
BUILD_DEP.txt
46 lines (41 loc) · 915 Bytes
/
BUILD_DEP.txt
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Build link option for stellite statlic library or shared library
# each platform has different link option
ios link dependency options:
-stdlib=libc++
-lresolv
-framework CFNetwork
-framework CoreFoundation
-framework CoreGraphics
-framework CoreText
-framework Foundation
-framework MobileCoreServices
-framework Security
-framework SystemConfiguration
-framework UIKit
darwin link dependency options:
-stdlib=libc++
-lresolv
-lbsm
-framework AppKit
-framework ApplicationServices
-framework Carbon
-framework CoreFoundation
-framework Foundation
-framework IOKit
-framework Security
-framework SystemConfiguration
android link dependency options:
-Wl,-wrap,calloc
-Wl,-wrap,free
-Wl,-wrap,malloc
-Wl,-wrap,memalign
-Wl,-wrap,posix_memalign
-Wl,-wrap,pvalloc
-Wl,-wrap,realloc
-Wl,-wrap,valloc
-lc++_static
-latomic
-lc
-ldl
-lm
-llog