From 7a2679d4fc1e52d5ae986da47a94eb5ac4dc87d1 Mon Sep 17 00:00:00 2001 From: Andreas <38031952+AnHeuermann@users.noreply.github.com> Date: Fri, 10 Dec 2021 17:19:45 +0100 Subject: [PATCH] Use CC variable for OMTLMSimulator make (#1103) Co-authored-by: Lennart Ochel --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 66e4f01b9..baa6d8954 100644 --- a/Makefile +++ b/Makefile @@ -128,7 +128,7 @@ OMSimulator: @echo LIBXML2: $(LIBXML2) @echo "# make OMSimulator" @echo - @$(MAKE) CC="$(CXX)" CXX="$(CXX)" OMTLMSimulator + @$(MAKE) CC="$(CC)" CXX="$(CXX)" OMTLMSimulator @$(MAKE) OMSimulatorCore test ! -z "$(DISABLE_RUN_OMSIMULATOR_VERSION)" || $(TOP_INSTALL_DIR)/bin/OMSimulator --version