File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ the **[LibGit2Sharp.NativeBinaries][lg2s-nb]** NuGet package.
9
9
This package contains the compiled versions of the libgit2 native library for
10
10
the following platforms:
11
11
12
- - Windows (x86, x64)
12
+ - Windows (x86, x64, arm64 )
13
13
- macOS (x64)
14
14
- Linux (arm, arm64, x64)
15
15
@@ -37,7 +37,15 @@ To build x64 binaries:
37
37
build.libgit2.ps1 -x64
38
38
```
39
39
40
- If both parameters are specified, both architectures will be built. See the script for additional parameters.
40
+ To build arm64 binaries:
41
+
42
+ ```
43
+ build.libgit2.ps1 -arm64
44
+ ```
45
+
46
+ Multiple architecture parameters can be specified to build multiple binaries with a single execution of the script.
47
+
48
+ See the script for additional parameters.
41
49
42
50
### build.libgit2.sh
43
51
You can’t perform that action at this time.
0 commit comments