Allow over-ride for wmakeLnInclude. Cesare Guardino

This commit is contained in:
Hrvoje Jasak 2016-06-07 16:32:26 +01:00
parent fddbc789e5
commit 6961781e65

View file

@ -148,7 +148,7 @@ find -L . -type l -exec rm {} \;
# create links, avoid recreating links unless necessary # create links, avoid recreating links unless necessary
# things placed in the 'noLink' directory are skipped # things placed in the 'noLink' directory are skipped
# #
if [ "$WM_ARCH_BASE" = "mingw" ] ; then if [ "$WM_ARCH_BASE" = "mingw" -a ! "$WM_FORCE_LN" ] ; then
lnCmd="genInclude.pl" lnCmd="genInclude.pl"
else else
lnCmd="ln $lnOpt" lnCmd="ln $lnOpt"