From 97f4808fb4337065ad2a21d63e3d5bad3e03500c Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Sun, 23 Oct 2016 21:39:07 +0200 Subject: Fixed windows build flow. --- dist/mcode/windows/compile-ghdl.ps1 | 9 --------- 1 file changed, 9 deletions(-) (limited to 'dist/mcode/windows/compile-ghdl.ps1') diff --git a/dist/mcode/windows/compile-ghdl.ps1 b/dist/mcode/windows/compile-ghdl.ps1 index 51fd0a1d5..2938683db 100644 --- a/dist/mcode/windows/compile-ghdl.ps1 +++ b/dist/mcode/windows/compile-ghdl.ps1 @@ -228,15 +228,6 @@ if ($Compile_GHDL) { Write-Host " [FAILED]" -ForegroundColor Red Exit-CompileScript -1 } - - # restore the version file if it was patched - if (-not $Release -and $Git_IsGitRepo) - { $error = Restore-PatchedVersionFile $GHDLRootDir - if ($error -eq $true) - { Write-Host " [FAILED]" -ForegroundColor Red - Exit-CompileScript -1 - } - } } -- cgit v1.2.3