mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
swig: Move "TCL_INCLUDE=" earlier
We've put it at the trailing position, but it looks like "TCL_INCLUDE=." with the punctuation.
This commit is contained in:
parent
9b5a8565fc
commit
b37f4eb11f
@ -121,7 +121,7 @@
|
|||||||
make</userinput></screen>
|
make</userinput></screen>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
To test the results, issue: <command>PY3=1 make -k check TCL_INCLUDE=</command>.
|
To test the results, issue: <command>PY3=1 make TCL_INCLUDE= -k check</command>.
|
||||||
The unsetting of the variable <envar>TCL_INCLUDE</envar> is
|
The unsetting of the variable <envar>TCL_INCLUDE</envar> is
|
||||||
necessary since it is not correctly set by
|
necessary since it is not correctly set by
|
||||||
<emphasis>configure</emphasis>. The tests are only executed for the
|
<emphasis>configure</emphasis>. The tests are only executed for the
|
||||||
|
Loading…
Reference in New Issue
Block a user