Fix qcms build failure

This commit is contained in:
Abhishek Arya 2019-07-14 22:47:05 -07:00 committed by GitHub
parent b8bb98260c
commit f2fb4874a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -21,9 +21,9 @@ $CC $CFLAGS -c \
chain.c \
iccread.c \
matrix.c \
transform.c \
transform-sse1.c \
transform-sse2.c \
transform.cpp \
transform-sse1.cpp \
transform-sse2.cpp \
transform_util.c
$CXX $CXXFLAGS -std=c++11 \