aboutsummaryrefslogtreecommitdiff
path: root/unittests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/Makefile')
-rw-r--r--unittests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Makefile b/unittests/Makefile
index e9453cedd..5faa50bb5 100644
--- a/unittests/Makefile
+++ b/unittests/Makefile
@@ -80,7 +80,7 @@ st24_test: $(ST24_FILES)
cmake_gtests:
mkdir -p build
- cd build && cmake .. && $(MAKE) && $(MAKE) test
+ cd build && CC=gcc cmake .. && $(MAKE) && $(MAKE) test
unittests: clean mixer_test sbus2_test sf0x_test st24_test cmake_gtests
./mixer_test