Skip to content

Commit

Permalink
Try to find tcl.pc in configure
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McLay committed Oct 23, 2024
1 parent 8b0ec2f commit 7c78f4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proj_mgmt/find_tcl_pc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fi
OS=$(uname -s)

if [ $OS = Darwin ]; then
if ! command -v brew > /dev/null; then
if ! command -v brew > /dev/null ; then
echo ""
return
fi
Expand All @@ -33,7 +33,7 @@ else
fi

TCL_PKG_CONFIG_DIR=$(dirname $TCL_PC_LOC);
echo TCL_PKG_CONFIG_DIR: $TCL_PKG_CONFIG_DIR
echo $TCL_PKG_CONFIG_DIR



0 comments on commit 7c78f4f

Please sign in to comment.