Skip to content

Commit 329525e

Browse files
committed
hyphen
1 parent 140d516 commit 329525e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/opencv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
elif [[ ${{ matrix.os }} == "centos.7" ]]; then
135135
# source /opt/rh/devtoolset-11/enable
136136
# echo "Doing nothing for centos.7"
137-
EXTRA_FLAGS+=" -DCMAKE_C_FLAGS='std=c99'"
137+
EXTRA_FLAGS+=" -DCMAKE_C_FLAGS='-std=c99'"
138138
fi
139139
140140
cmake ${{ env.OPENCV_CMAKE_ARGS }} $EXTRA_FLAGS ..

0 commit comments

Comments
 (0)