Skip to content

Commit

Permalink
Fix help_cc on windows
Browse files Browse the repository at this point in the history
- typo tab instead of space
  • Loading branch information
Mizux committed May 4, 2018
1 parent f7aa337 commit 3605506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefiles/Makefile.cpp.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3605506

Please sign in to comment.