From 3605506924d90a11c19757e218d4174ba60b811a Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Fri, 4 May 2018 08:57:28 +0200 Subject: [PATCH] Fix help_cc on windows - typo tab instead of space --- makefiles/Makefile.cpp.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefiles/Makefile.cpp.mk b/makefiles/Makefile.cpp.mk index 46dfebb0448..143110b21df 100755 --- a/makefiles/Makefile.cpp.mk +++ b/makefiles/Makefile.cpp.mk @@ -13,7 +13,7 @@ endif # Checks if the user has overwritten default install prefix. # cf https://www.gnu.org/prep/standards/html_node/Directory-Variables.html#index-prefix ifeq ($(SYSTEM),win) - prefix ?= C:\\Program Files\\or-tools + prefix ?= C:\\Program Files\\or-tools else prefix ?= /usr/local endif