Merge pull request #3282 from commitay/abstract-artifact

Cask AbstractArtifact: fix install order
This commit is contained in:
Markus Reiter 2017-10-07 15:50:58 +02:00 committed by GitHub
commit ee6a2c4e9c

View File

@ -50,8 +50,10 @@ module Hbc
Vst3Plugin,
ScreenSaver,
],
Binary,
# `pkg` should be run before `binary`, so
# targets are created prior to linking.
Pkg,
Binary,
PostflightBlock,
Zap,
].each_with_index.flat_map { |classes, i| [*classes].map { |c| [c, i] } }.to_h