aboutsummaryrefslogtreecommitdiffstats
path: root/dist/mcode/windows/compile-ghdl.ps1
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@tu-dresden.de>2016-10-23 21:39:07 +0200
committerPatrick Lehmann <Patrick.Lehmann@tu-dresden.de>2016-10-23 21:59:45 +0200
commit97f4808fb4337065ad2a21d63e3d5bad3e03500c (patch)
tree3d6531e2b35adea7c4e0972dcc10ff99fe825200 /dist/mcode/windows/compile-ghdl.ps1
parentde1c213c36101c80f961f2ba24d4188646de8cb5 (diff)
downloadghdl-97f4808fb4337065ad2a21d63e3d5bad3e03500c.tar.gz
ghdl-97f4808fb4337065ad2a21d63e3d5bad3e03500c.tar.bz2
ghdl-97f4808fb4337065ad2a21d63e3d5bad3e03500c.zip
Fixed windows build flow.
Diffstat (limited to 'dist/mcode/windows/compile-ghdl.ps1')
-rw-r--r--dist/mcode/windows/compile-ghdl.ps19
1 files changed, 0 insertions, 9 deletions
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
- }
- }
}