mirror of
https://github.com/jlengrand/asdf-php.git
synced 2026-03-10 08:01:22 +00:00
Use new syntax for checking out specific versions
bison27 -> bison@2.7
This commit is contained in:
@@ -80,7 +80,7 @@ os_based_configure_options() {
|
||||
exit_if_homebrew_not_installed
|
||||
|
||||
local freetype_path=$(homebrew_package_path freetype)
|
||||
local bison27_path=$(homebrew_package_path bison27)
|
||||
local bison27_path=$(homebrew_package_path bison@2.7)
|
||||
local gettext_path=$(homebrew_package_path gettext)
|
||||
local icu4c_path=$(homebrew_package_path icu4c)
|
||||
local jpeg_path=$(homebrew_package_path jpeg)
|
||||
|
||||
Reference in New Issue
Block a user