aboutsummaryrefslogtreecommitdiffstats
path: root/libraries/vendors/compile-osvvm.ps1
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2016-12-09 02:38:59 +0100
committerTristan Gingold <tgingold@free.fr>2016-12-09 02:38:59 +0100
commit11b88a9ce1e48c3019c7dd4910a73e76ee33f08a (patch)
tree6751b07998bee29f62971c7a29502afc19e7bc84 /libraries/vendors/compile-osvvm.ps1
parente559e5b01d9abdae3db0f723a853c4a64725e651 (diff)
parent1b101a734a5b5ffe221d0658208f5f2cbd3692db (diff)
downloadghdl-11b88a9ce1e48c3019c7dd4910a73e76ee33f08a.tar.gz
ghdl-11b88a9ce1e48c3019c7dd4910a73e76ee33f08a.tar.bz2
ghdl-11b88a9ce1e48c3019c7dd4910a73e76ee33f08a.zip
Merge 'paebbels/vendor-compile-uvvm' of https://github.com/Paebbels/ghdl
Diffstat (limited to 'libraries/vendors/compile-osvvm.ps1')
-rw-r--r--libraries/vendors/compile-osvvm.ps14
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/vendors/compile-osvvm.ps1 b/libraries/vendors/compile-osvvm.ps1
index fe6128dae..9617f2f3f 100644
--- a/libraries/vendors/compile-osvvm.ps1
+++ b/libraries/vendors/compile-osvvm.ps1
@@ -46,10 +46,10 @@ param(
[switch]$Help = $false,
# Compile all libraries and packages.
- [switch]$All = $true,
+ [switch]$All = $false,
# Compile all OSVVM packages.
- [switch]$OSVVM = $true,
+ [switch]$OSVVM = $false,
# Clean up directory before analyzing.
[switch]$Clean = $false,