From f2fb4874a4e893f980996903ab467445bac8c26e Mon Sep 17 00:00:00 2001 From: Abhishek Arya Date: Sun, 14 Jul 2019 22:47:05 -0700 Subject: [PATCH] Fix qcms build failure --- projects/qcms/build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/qcms/build.sh b/projects/qcms/build.sh index cedee42ee..9b56aaeda 100644 --- a/projects/qcms/build.sh +++ b/projects/qcms/build.sh @@ -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 \