diff options
author | umarcor <unai.martinezcorral@ehu.eus> | 2021-01-13 03:07:10 +0100 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2021-01-14 07:28:09 +0100 |
commit | 4868294436574660552ccef50a5b0849559393de (patch) | |
tree | 31c7ba66dc379c421d230cfc4bfd439c6ceb66f9 /libraries/vendors | |
parent | a6a956c6b35108ab171d67b54056ed14984590e2 (diff) | |
download | ghdl-4868294436574660552ccef50a5b0849559393de.tar.gz ghdl-4868294436574660552ccef50a5b0849559393de.tar.bz2 ghdl-4868294436574660552ccef50a5b0849559393de.zip |
update license headers
Diffstat (limited to 'libraries/vendors')
-rw-r--r-- | libraries/vendors/compile-osvvm.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/vendors/compile-osvvm.ps1 b/libraries/vendors/compile-osvvm.ps1 index f11876bc5..cdaf9f059 100644 --- a/libraries/vendors/compile-osvvm.ps1 +++ b/libraries/vendors/compile-osvvm.ps1 @@ -148,7 +148,7 @@ if ((-not $StopCompiling) -and $OSVVM) )
$SourceFiles = $Files | % { "$SourceDirectory\$_" }
- $ErrorCount += 0 + $ErrorCount += 0
Start-PackageCompilation $GHDLBinary $GHDLOptions $DestinationDirectory $Library $VHDLVersion $SourceFiles $SuppressWarnings $HaltOnError -Verbose:$EnableVerbose -Debug:$EnableDebug
$StopCompiling = $HaltOnError -and ($ErrorCount -ne 0)
}
|