diff options
Diffstat (limited to 'config.nmake')
-rw-r--r-- | config.nmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.nmake b/config.nmake index 9b0984983f..8626bbde83 100644 --- a/config.nmake +++ b/config.nmake @@ -793,6 +793,9 @@ SH_FLAGS=-o igncr SH=$(SH_PROG) $(SH_FLAGS) # PowerShell +# Compatibility testing (...or should we always force version 2?) +#POWERSHELL=powershell -Version 2.0 -executionpolicy bypass -File +# Normal POWERSHELL=powershell -executionpolicy bypass -File # command for perl (cygwin's perl package recommended) |