[macOS] Pin version for tcl/tk and pkg-config (#10971)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#!/bin/bash -e -o pipefail
|
||||
################################################################################
|
||||
## File: install-pkg-config.sh
|
||||
## Desc: Install pkg-config
|
||||
################################################################################
|
||||
|
||||
source ~/utils/utils.sh
|
||||
|
||||
echo "Installing pkg-config..."
|
||||
|
||||
brew tap-new my-org/old-formulas
|
||||
brew extract pkg-config my-org/old-formulas --version=0.29.2
|
||||
brew install my-org/old-formulas/[email protected]
|
||||
|
||||
invoke_tests "Common" "pkg-config"
|
||||
Reference in New Issue
Block a user