Explorar o código

Build: Use c++ as default HOST_CXX

Jean-Baptiste Boric %!s(int64=5) %!d(string=hai) anos
pai
achega
0c25826138
Modificáronse 1 ficheiros con 1 adicións e 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