Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
planetis-m committed Aug 25, 2024
1 parent 7fb104c commit 0274a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup_build_env.nims
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ task setupBuildEnv, "Set up Android SDK and NDK for development":
# Extract and move the NDK to the appropriate directory
myExec "unzip -q " & AndroidNdkZip, input = "A"
# AndroidNdkZip[0..<rfind(AndroidNdkZip, '-')]
mvDir(thisDir() / "android-ndk-r26d", AndroidNdk)
mvDir(thisDir() / "android-ndk-r27", AndroidNdk)
# Set up environment variables
when defined(GitHubCI):
appendToGithubFile("GITHUB_ENV", {"ANDROID_HOME": AndroidHome, "ANDROID_NDK": AndroidNdk})
Expand Down

0 comments on commit 0274a33

Please sign in to comment.