-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbuild.plist
56 lines (56 loc) · 1.51 KB
/
build.plist
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
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>name</key>
<string>libcurl-ios</string>
<key>build</key>
<dict>
<key>location</key>
<dict>
<key>type</key>
<string>github</string>
<key>path</key>
<string>curl/curl</string>
<key>branch</key>
<string>master</string>
</dict>
<key>buildSystem</key>
<string>cmake</string>
<key>buildArgs</key>
<array>
<string>-DBUILD_SHARED_LIBS:BOOL=OFF</string>
<string>-DBUILD_CURL_EXE:BOOL=OFF</string>
<string>-DCURL_DISABLE_LDAP:BOOL=ON</string>
<string>-DENABLE_THREADED_RESOLVER:BOOL=OFF</string>
<string>-DHAVE_POSIX_STRERROR_R:BOOL=ON</string>
<string>-DHAVE_POSIX_STRERROR_R_COMPILE:BOOL=OFF</string>
<string>-DHAVE_GLIBC_STRERROR_R:BOOL=OFF</string>
<string>-DHAVE_GLIBC_STRERROR_R_COMPILE:BOOL=OFF</string>
<string>-DBUILD_TESTING:BOOL=OFF</string>
<string>-DHAVE_FSETXATTR:BOOL=OFF</string>
<string>-DOPENSSL_ROOT_DIR=$#BUILDROOT#</string>
</array>
<key>outputs</key>
<array>
<string>lib/libcurl.a</string>
</array>
<key>auxiliaryFiles</key>
<dict>
<key>Framework/module.modulemap</key>
<string>include/curl/module.modulemap</string>
</dict>
</dict>
<key>dependencies</key>
<array>
<dict>
<key>type</key>
<string>github</string>
<key>path</key>
<string>IMcD23/libssh2-ios</string>
<key>branch</key>
<string>master</string>
</dict>
</array>
</dict>
</plist>