more work on makefiles

This commit is contained in:
Laurent Perron
2022-02-22 10:36:26 +01:00
parent ffad5bbc40
commit fb79dedb2d
4 changed files with 11 additions and 8 deletions

View File

@@ -702,6 +702,7 @@ clean_python:
.PHONY: detect_python # Show variables used to build Python OR-Tools.
detect_python:
@echo Relevant info for the Python build:
@echo BUILD_PYTHON = $(BUILD_PYTHON)
@echo PYTHON_EXECUTABLE = "$(PYTHON_EXECUTABLE)"
@echo PYTHON_VERSION = $(PYTHON_VERSION)
ifeq ($(SYSTEM),win)