arrfor"
This commit is contained in:
6
pack.ce
6
pack.ce
@@ -104,10 +104,10 @@ for (var i = 0; i < packages.length; i++) {
|
||||
packages = unique_packages
|
||||
|
||||
log.console('Preparing packages...')
|
||||
for (var package of packages) {
|
||||
if (package == 'core') continue
|
||||
arrfor(packages, function(package) {
|
||||
if (package == 'core') return
|
||||
shop.extract(package)
|
||||
}
|
||||
})
|
||||
|
||||
log.console('Building static binary from ' + text(packages.length) + ' packages: ' + text(packages, ', '))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user