diff --git a/build/windows-toolchain.bat b/build/windows-toolchain.bat index 709a8d4bd..790c350a9 100644 --- a/build/windows-toolchain.bat +++ b/build/windows-toolchain.bat @@ -29,7 +29,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 ----------