This commit is contained in:
Laurent Perron
2022-02-22 10:46:37 +01:00
parent ffe0ff95b7
commit 464a7bbdfc
5 changed files with 11 additions and 7 deletions

View File

@@ -35,7 +35,6 @@ JAVA_ORTOOLS_PACKAGE := com.google.ortools
.PHONY: java # Build Java OR-Tools.
.PHONY: test_java # Test Java OR-Tools using various examples.
java: $(OR_TOOLS_LIBS)
BUILT_LANGUAGES +=, Java
# Detect RuntimeIDentifier
ifeq ($(OS),Windows)