diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-03-15 17:32:56 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-03-15 17:32:56 (GMT) |
commit | 1ae85e4478032e462e4e93246165f3cb57767cdc (patch) | |
tree | 85169eda1384f5fc8b6a07da3e5e24176e5cd395 | |
parent | 1238e21206d840a343ed997530575d3dd601a771 (diff) | |
download | tk-1ae85e4478032e462e4e93246165f3cb57767cdc.zip tk-1ae85e4478032e462e4e93246165f3cb57767cdc.tar.gz tk-1ae85e4478032e462e4e93246165f3cb57767cdc.tar.bz2 |
Slightly better than previous commit: Don't depend on the exact version number of the availble Tcl 8.6.x brew formula.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 5cd2dd9..cba7b2d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -111,7 +111,7 @@ matrix: osx_image: xcode11.3 env: - BUILD_DIR=unix - - CFGOPT="--with-tcl=/usr/local/Cellar/tcl-tk/8.6.9_1/lib --disable-corefoundation --x-includes=/opt/X11/include --x-libraries=/opt/X11/lib CFLAGS=-I/usr/local/Cellar/tcl-tk/8.6.9_1/include" + - CFGOPT="--with-tcl=/usr/local/opt/tcl-tk/lib --disable-corefoundation --x-includes=/opt/X11/include --x-libraries=/opt/X11/lib CFLAGS=-I/usr/local/opt/tcl-tk/include" # Test on Windows with MSVC native # - name: "Windows/MSVC/Shared" # os: windows |