Java: fix sat Domain::fromValue

SWIG long long vs int64
This commit is contained in:
Corentin Le Molgat
2019-05-03 17:56:39 +02:00
parent 0770f22e2d
commit 6fd7d5de73

View File

@@ -184,6 +184,8 @@ $(GEN_DIR)/ortools/sat/sat_java_wrap.cc: \
-module main \
-outdir $(GEN_PATH)$Scom$Sgoogle$Sortools$Ssat \
$(SRC_DIR)$Sortools$Ssat$Sjava$Ssat.i
$(SED) -i -e 's/< long long >/< int64 >/g' \
$(GEN_PATH)$Sortools$Ssat$Ssat_java_wrap.cc
$(OBJ_DIR)/swig/sat_java_wrap.$O: \
$(GEN_DIR)/ortools/sat/sat_java_wrap.cc \