Skip to content

Commit 7ec2e6e

Browse files
committed
fix build
1 parent a917023 commit 7ec2e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ v4l2wrapper/Makefile:
113113
git submodule update --init v4l2wrapper
114114

115115
libv4l2wrapper.a: v4l2wrapper/Makefile
116-
make -C v4l2wrapper
116+
cd v4l2wrapper && cmake . && make
117117
mv v4l2wrapper/libv4l2wrapper.a .
118118
make -C v4l2wrapper clean
119119

0 commit comments

Comments
 (0)