8000 small fix · NaxAlpha/opencv-python@4fe0582 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4fe0582

Browse files
committed
small fix
1 parent 0b1317b commit 4fe0582

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

travis/build-wheels-osx.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ echo 'PIP and brew installs'
1010

1111
pip install -r requirements.txt
1212

13-
ENABLE_CONTRIB=$(<contrib.enabled)
14-
1513
echo 'Config make'
1614

1715
cd opencv

travis/build-wheels.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ export PYTHON_VERSION=${PYTHON_VERSION/./}
66

77
echo 'PYTHON_VERSION: '$PYTHON_VERSION
88

9+
ENABLE_CONTRIB=$(<contrib.enabled)
10+
911
for PYBIN in /opt/python/cp$PYTHON_VERSION*/bin; do
1012
echo 'PWD : '$PWD
1113
echo 'PYBIN: '$PYBIN

0 commit comments

Comments
 (0)
0