patch 7.4.1733

Problem:    "make install" doesn't know about cross-compiling. (Christian
            Neukirchen)
Solution:   Add CROSS_COMPILING. (closes #740)
This commit is contained in:
Bram Moolenaar
2016-04-14 16:46:02 +02:00
parent 429fcfbf9a
commit 839e954aaa
5 changed files with 25 additions and 4 deletions

View File

@ -104,6 +104,7 @@ AWK = @AWK@
STRIP = @STRIP@
EXEEXT = @EXEEXT@
CROSS_COMPILING = @CROSS_COMPILING@
COMPILEDBY = @compiledby@