example-clients: Use c++ compiler for jack_simdtests
commit55879114b9502acb4a3ec8e23ee215dca827fea6
authorKhem Raj <raj.khem@gmail.com>
Thu, 16 Jan 2020 04:21:58 +0000 (15 20:21 -0800)
committerfalkTX <falktx@falktx.com>
Sat, 15 Jan 2022 15:09:55 +0000 (15 15:09 +0000)
treef78e87ffe82035d2d116ca3497810406b2936c3a
parent03f474c61168f39182a163c95769ad32de9ee16d
example-clients: Use c++ compiler for jack_simdtests

It uses c++ sources and runtime therefore its best to use c++ compiler
to build it so it can find the correct runtime, cross compiling with
clang fails

x86_64-yoe-linux-ld: example-clients/simdtests.cpp.28.o: undefined reference to symbol '__cxa_call_unexpected@@CXXABI_1.3'

Signed-off-by: Khem Raj <raj.khem@gmail.com>
example-clients/wscript