diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-05-26 09:30:07 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-05-26 09:30:07 (GMT) |
commit | 15d17609b7fe518e03ffcfc632f4c3115071ce74 (patch) | |
tree | 6660701383bbf7a08382627e408e658004362644 | |
parent | 7c01da5b4dc5a912b99cd48f55617a5b8e4e9ac2 (diff) | |
download | tk-15d17609b7fe518e03ffcfc632f4c3115071ce74.zip tk-15d17609b7fe518e03ffcfc632f4c3115071ce74.tar.gz tk-15d17609b7fe518e03ffcfc632f4c3115071ce74.tar.bz2 |
Fix C++ build for MacOS
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 4f5ce11..0a8ab68 100644 --- a/.travis.yml +++ b/.travis.yml @@ -146,7 +146,7 @@ matrix: osx_image: xcode11.5 env: - BUILD_DIR=unix - - CFGOPT="--with-tcl=/usr/local/opt/tcl-tk/lib CC=clang++ --enable-aqua CFLAGS=-I/usr/local/opt/tcl-tk/include\ -D__private_extern__=extern" + - CFGOPT="--with-tcl=/usr/local/opt/tcl-tk/lib CC=clang++ --enable-aqua CFLAGS=-I/usr/local/opt/tcl-tk/include CPPFLAGS=-D__private_extern__=extern" - name: "macOS/Clang/Xcode 11.5/Shared" os: osx osx_image: xcode11.5 |