mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-03-21 05:49:32 +00:00
Downgrade NDK to 26.2.11394342
This commit is contained in:
parent
c0e48f865e
commit
7f99cab893
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ func FindSDK() {
|
|||
}
|
||||
|
||||
func findNDK() bool {
|
||||
const fixedVersion = "26.3.11579264"
|
||||
const fixedVersion = "26.2.11394342"
|
||||
const versionFile = "source.properties"
|
||||
if fixedPath := filepath.Join(androidSDKPath, "ndk", fixedVersion); rw.IsFile(filepath.Join(fixedPath, versionFile)) {
|
||||
androidNDKPath = fixedPath
|
||||
|
|
Loading…
Add table
Reference in a new issue