8000
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.
1 parent 0b1317b commit 4fe0582Copy full SHA for 4fe0582
travis/build-wheels-osx.sh
@@ -10,8 +10,6 @@ echo 'PIP and brew installs'
10
11
pip install -r requirements.txt
12
13
-ENABLE_CONTRIB=$(<contrib.enabled)
14
-
15
echo 'Config make'
16
17
cd opencv
travis/build-wheels.sh
@@ -6,6 +6,8 @@ export PYTHON_VERSION=${PYTHON_VERSION/./}
6
7
echo 'PYTHON_VERSION: '$PYTHON_VERSION
8
9
+ENABLE_CONTRIB=$(<contrib.enabled)
+
for PYBIN in /opt/python/cp$PYTHON_VERSION*/bin; do
echo 'PWD : '$PWD
echo 'PYBIN: '$PYBIN
0 commit comments