Skip to content

Commit

Permalink
Use CC variable for OMTLMSimulator make (#1103)
Browse files Browse the repository at this point in the history
Co-authored-by: Lennart Ochel <lennart.ochel@ri.se>
  • Loading branch information
AnHeuermann and lochel committed Dec 10, 2021
1 parent 62d8a0b commit 7a2679d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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

Expand Down

0 comments on commit 7a2679d

Please sign in to comment.