Skip to content

Commit 1903014

Browse files
Merge pull request #219 from costateixeira/windows-build-fix
Fix windows build
2 parents fa3fe9e + 4c8fc98 commit 1903014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/windows-toolchain.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ rem -- run the installer- will finish with a full install of Lazarus
2929

3030
tools\fpclazup --fpcVersion="stable.gitlab" --lazVersion="stable.gitlab" --installdir=tools --noconfirm --include=anchordocking,lazprojectgroups,virtualtreeview,fpdebug
3131
rem tools\fpclazup --installdir=tools --noconfirm --include=anchordocking,lazprojectgroups,virtualtreeview,fpdebug
32-
tools\fpclazup --ostarget="linux" --cputarget="x86_64" --only="FPCCleanOnly,FPCBuildOnly" --installdir=tools. --noconfirm
32+
tools\fpclazup --ostarget="linux" --cputarget="x86_64" --only="FPCCleanOnly,FPCBuildOnly" --installdir=tools --noconfirm
3333

3434
Rem ---- back to the fhirserver directory ----------
3535

0 commit comments

Comments
 (0)