From b37f4eb11f35f2405e14b95ddbffc5ddb7aaea5c Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Mon, 1 Jan 2024 00:40:50 +0800 Subject: [PATCH] swig: Move "TCL_INCLUDE=" earlier We've put it at the trailing position, but it looks like "TCL_INCLUDE=." with the punctuation. --- general/prog/swig.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/general/prog/swig.xml b/general/prog/swig.xml index 356fa9cd14..74d0d85024 100644 --- a/general/prog/swig.xml +++ b/general/prog/swig.xml @@ -121,7 +121,7 @@ make - To test the results, issue: PY3=1 make -k check TCL_INCLUDE=. + To test the results, issue: PY3=1 make TCL_INCLUDE= -k check. The unsetting of the variable TCL_INCLUDE is necessary since it is not correctly set by configure. The tests are only executed for the