From 0ffdf4196965c17b39bee8e13489db9f8d3371b8 Mon Sep 17 00:00:00 2001 From: Jose Costa Teixeira Date: Tue, 25 Jul 2023 10:38:02 +0100 Subject: [PATCH] Update windows-toolchain.bat --- build/windows-toolchain.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/windows-toolchain.bat b/build/windows-toolchain.bat index 2db0ba6f3..d507afefb 100644 --- a/build/windows-toolchain.bat +++ b/build/windows-toolchain.bat @@ -31,7 +31,7 @@ rem -- run the installer- will finish with a full install of Lazarus tools\fpclazup --fpcVersion="stable.gitlab" --lazVersion="stable.gitlab" --installdir=tools --noconfirm --include=anchordocking,lazprojectgroups,virtualtreeview,fpdebug rem tools\fpclazup --installdir=tools --noconfirm --include=anchordocking,lazprojectgroups,virtualtreeview,fpdebug -tools\fpclazup --ostarget="linux" --cputarget="x86_64" --only="FPCCleanOnly,FPCBuildOnly" --installdir=tools. --noconfirm +tools\fpclazup --ostarget="linux" --cputarget="x86_64" --only="FPCCleanOnly,FPCBuildOnly" --installdir=tools --noconfirm Rem ---- back to the fhirserver directory ----------