|
@@ -51,7 +51,8 @@ Function Build-Project {
|
|
& git submodule update --recursive --init | Out-Host
|
|
& git submodule update --recursive --init | Out-Host
|
|
& git submodule update --recursive --remote | Out-Host
|
|
& git submodule update --recursive --remote | Out-Host
|
|
Get-Content -Path 'use\components.txt' | ForEach-Object {
|
|
Get-Content -Path 'use\components.txt' | ForEach-Object {
|
|
- If ((! (& lazbuild --verbose-pkgsearch $_)) &&
|
|
|
|
|
|
+ If (($_) &&
|
|
|
|
+ (! (& lazbuild --verbose-pkgsearch $_)) &&
|
|
(! (& lazbuild --add-package $_)) &&
|
|
(! (& lazbuild --add-package $_)) &&
|
|
(! (Test-Path -Path "use\$($_)"))) {
|
|
(! (Test-Path -Path "use\$($_)"))) {
|
|
$OutFile = Request-File "https://packages.lazarus-ide.org/$($_).zip"
|
|
$OutFile = Request-File "https://packages.lazarus-ide.org/$($_).zip"
|