feat: generate cask API for linux
This commit is contained in:
parent
2fb5d52b95
commit
a137426839
@ -411,7 +411,7 @@ module Cask
|
|||||||
|
|
||||||
if @dsl.on_system_blocks_exist?
|
if @dsl.on_system_blocks_exist?
|
||||||
begin
|
begin
|
||||||
MacOSVersion::SYMBOLS.keys.product(OnSystem::ARCH_OPTIONS).each do |os, arch|
|
OnSystem::ALL_OS_ARCH_COMBINATIONS.each do |os, arch|
|
||||||
bottle_tag = ::Utils::Bottles::Tag.new(system: os, arch:)
|
bottle_tag = ::Utils::Bottles::Tag.new(system: os, arch:)
|
||||||
next unless bottle_tag.valid_combination?
|
next unless bottle_tag.valid_combination?
|
||||||
next if depends_on.macos &&
|
next if depends_on.macos &&
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user