mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 14:09:16 +02:00
Tools, update_cross_fpc.sh: Remove an extra delimiter from download URL. Issue #31114.
git-svn-id: trunk@56019 -
This commit is contained in:
parent
62cd430a5b
commit
5874bef3a3
@ -13,7 +13,7 @@ fi
|
|||||||
|
|
||||||
# the binutils version to download
|
# the binutils version to download
|
||||||
BinutilsVersion=2.20
|
BinutilsVersion=2.20
|
||||||
BinutilsDownloadPath=http://ftp.gnu.org/gnu/binutils/
|
BinutilsDownloadPath=http://ftp.gnu.org/gnu/binutils
|
||||||
|
|
||||||
# the FPC targets
|
# the FPC targets
|
||||||
Targets="i386-win32";
|
Targets="i386-win32";
|
||||||
|
Loading…
Reference in New Issue
Block a user