-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackaging.json
More file actions
49 lines (49 loc) · 932 Bytes
/
packaging.json
File metadata and controls
49 lines (49 loc) · 932 Bytes
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
{
"targets": {
"x86_64-pc-windows-msvc": {
"cpp": true,
"dotnet": true,
"java": true
},
"i686-pc-windows-msvc": {
"cpp": true,
"dotnet": true,
"java": false
},
"x86_64-apple-darwin": {
"cpp": false,
"dotnet": true,
"java": true
},
"aarch64-apple-darwin": {
"cpp": false,
"dotnet": true,
"java": true
},
"x86_64-unknown-linux-gnu": {
"cpp": true,
"dotnet": true,
"java": true
},
"aarch64-unknown-linux-gnu": {
"cpp": true,
"dotnet": true,
"java": true
},
"arm-unknown-linux-gnueabihf": {
"cpp": true,
"dotnet": true,
"java": true
},
"arm-unknown-linux-gnueabi": {
"cpp": true,
"dotnet": false,
"java": false
},
"armv7-unknown-linux-gnueabihf": {
"cpp": true,
"dotnet": false,
"java": false
}
}
}