brew/Library/Homebrew/extend/os/linux/default_prefix.rb

8 lines
171 B
Ruby
Raw Normal View History

2023-01-24 21:02:24 +09:00
# typed: true
# frozen_string_literal: true
module Homebrew
DEFAULT_PREFIX = HOMEBREW_LINUX_DEFAULT_PREFIX
DEFAULT_REPOSITORY = HOMEBREW_LINUX_DEFAULT_REPOSITORY
end