Skip to content

Commit

Permalink
Fix TK reference to build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ndevenish committed Jun 18, 2022
1 parent 4744098 commit de5eeb1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ set -x -e
./configure --prefix=$PREFIX --with-tclsh=$PREFIX/bin/tclsh --with-tcl=$PREFIX/lib
make install

# Correct for fact that tk package includes reference to it's _build_env
sed -i.bak 's;CC=.*/;CC=;' lib/Makefile

INIT=${PREFIX}/init/bash

mkdir -p $PREFIX/etc/conda/activate.d/
Expand Down

0 comments on commit de5eeb1

Please sign in to comment.