Skip to content

Commit 290622b

Browse files
author
EC2 Default User
committed
Fix numpy path
1 parent cd0c725 commit 290622b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ mkdir lambda-package lambda-package/cv2 build build/numpy
77

88
# Build numpy
99
pip install --install-option="--prefix=$PWD/build/numpy" numpy
10-
cp -rf build/lib64/python2.7/site-packages/numpy lambda-package
10+
cp -rf build/numpy/lib64/python2.7/site-packages/numpy lambda-package
1111

1212
# Build OpenCV 3.1
1313
(

0 commit comments

Comments
 (0)