Use new syntax for checking out specific versions

bison27 -> bison@2.7
This commit is contained in:
Caleb Land
2017-07-17 20:38:12 -04:00
parent 619decee43
commit c808374b06

View File

@@ -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)