Skip to content

Commit c76c4ca

Browse files
committed
OTX: macOS Travis builds without X libraries
1 parent 841cae0 commit c76c4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci-scripts/osx/travis-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
pushd thirdparty/tiff-4.0.3
3-
./configure --disable-lzma && make
3+
./configure --disable-lzma --without-x && make
44
popd
55
cd toonz && mkdir build && cd build
66
QTVERSION=`ls /usr/local/Cellar/qt`

0 commit comments

Comments
 (0)