Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBearodactyl committed May 19, 2024
1 parent db5bdfb commit 9e71998
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/gen_compile_commands_for_nvim.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if ($null -eq $Env:NDK_ROOT) {
throw "Please install the Android NDK"
}

geode.exe build -p android64 | Out-Null

if (Test-Path -Path .\build-android64) {
Expand Down

0 comments on commit 9e71998

Please sign in to comment.