Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/google/or-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Driss Lahlou committed Jan 24, 2017
2 parents 72e661f + 7b6f5f2 commit 8486c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefiles/Makefile.port
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ ifeq ("$(SYSTEM)","win")
else
SELECTED_PATH_TO_PYTHON = WINDOWS_PATH_TO_PYTHON = $(DETECTED_PATH_TO_PYTHON)
endif
WINDOWS_PYTHON_VERSION = $(shell python -c "from sys import version_info as v; print (str(v[0]) + str(v[1]))")
WINDOWS_PYTHON_VERSION = $(shell $(WINDOWS_PATH_TO_PYTHON)\python -c "from sys import version_info as v; print (str(v[0]) + str(v[1]))")

#Detect csc

Expand Down

0 comments on commit 8486c77

Please sign in to comment.