Allow over-ride for wmakeLnInclude. Cesare Guardino
This commit is contained in:
parent
fddbc789e5
commit
6961781e65
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ find -L . -type l -exec rm {} \;
|
|||
# create links, avoid recreating links unless necessary
|
||||
# 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"
|
||||
else
|
||||
lnCmd="ln $lnOpt"
|
||||
|
|
Reference in a new issue