3 lines
150 B
Bash
3 lines
150 B
Bash
export PATH="/opt/homebrew/opt/tcl-tk/bin:$PATH"
|
|
export LDFLAGS="-L/opt/homebrew/opt/tcl-tk/lib"
|
|
export CPPFLAGS="-I/opt/homebrew/opt/tcl-tk/include"
|