From 64432ce733a52201bc2fecfdac6baa700e50e861 Mon Sep 17 00:00:00 2001 From: Marc Durdin Date: Mon, 12 Aug 2019 16:41:39 +1000 Subject: [PATCH] [Windows] Build FirstVoices packages during FV build --- oem/firstvoices/windows/src/inst/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/oem/firstvoices/windows/src/inst/Makefile b/oem/firstvoices/windows/src/inst/Makefile index d0e62356b3..103c7c102e 100644 --- a/oem/firstvoices/windows/src/inst/Makefile +++ b/oem/firstvoices/windows/src/inst/Makefile @@ -35,8 +35,10 @@ prereq: cd $(KEYMAN_ROOT)\..\keyboards !ifdef GIT_BASH_FOR_KEYMAN + $(GIT_BASH_FOR_KEYMAN) build.sh release/fv $(GIT_BASH_FOR_KEYMAN) build.sh release/packages/fv_all !else + start /wait ./build.sh release/fv start /wait ./build.sh release/packages/fv_all !endif