Explorar el Código

Build: Use c++ as default HOST_CXX

Jean-Baptiste Boric hace 5 años
padre
commit
0c25826138
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Makefile.common

+ 1 - 1
Makefile.common

@@ -33,7 +33,7 @@ ifneq ($(USE_HOST_CXX),)
         CXX_WARNING_FLAGS += -Wno-unknown-warning-option
     endif
     ifeq ($(HOST_CXX),)
-        CXX = $(PRE_CXX) g++
+        CXX = $(PRE_CXX) c++
     else
         CXX = $(HOST_CXX)
     endif