Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e68a4d + 720a173 commit 710a520Copy full SHA for 710a520
.github/workflows/macos-install.sh
@@ -2,8 +2,6 @@
2
3
set -e
4
5
-sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target /
6
-
7
brew install libtiff libjpeg webp little-cms2
8
9
PYTHONOPTIMIZE=0 pip install cffi
.travis/build.sh
@@ -3,5 +3,8 @@
coverage erase
+if [ $(uname) == "Darwin" ]; then
+ export CPPFLAGS="-I/usr/local/miniconda/include";
+fi
make clean
10
make install-coverage
0 commit comments