From 4fde8f56ce0515a359f817376cd18b5e62f1512b Mon Sep 17 00:00:00 2001 From: commitay Date: Sat, 7 Oct 2017 23:10:59 +1000 Subject: [PATCH] add pkg / binary comment --- Library/Homebrew/cask/lib/hbc/artifact/abstract_artifact.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Library/Homebrew/cask/lib/hbc/artifact/abstract_artifact.rb b/Library/Homebrew/cask/lib/hbc/artifact/abstract_artifact.rb index 972a51a45a..f9f736662f 100644 --- a/Library/Homebrew/cask/lib/hbc/artifact/abstract_artifact.rb +++ b/Library/Homebrew/cask/lib/hbc/artifact/abstract_artifact.rb @@ -50,6 +50,8 @@ module Hbc Vst3Plugin, ScreenSaver, ], + # `pkg` should be run before `binary`, so + # targets are created prior to linking. Pkg, Binary, PostflightBlock,