From 9e71998d6f670d35ce28b7644852631055dad0e5 Mon Sep 17 00:00:00 2001 From: The Motherfucking Bearodactyl Date: Sun, 19 May 2024 17:48:03 -0500 Subject: [PATCH] fix script --- scripts/gen_compile_commands_for_nvim.ps1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/gen_compile_commands_for_nvim.ps1 b/scripts/gen_compile_commands_for_nvim.ps1 index 3dac919..8b59a3e 100644 --- a/scripts/gen_compile_commands_for_nvim.ps1 +++ b/scripts/gen_compile_commands_for_nvim.ps1 @@ -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) {