diff options
author | Patrick Lehmann <Paebbels@gmail.com> | 2022-03-22 18:01:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-22 18:01:27 +0100 |
commit | 06a1e88bc76de16681bedc53661327eaa74ead98 (patch) | |
tree | 663fafb48d11ab0a330481bf85314785ee5bb9e4 /scripts | |
parent | d77a17b1ca2c3eed06b66fb8205963ad49723c80 (diff) | |
parent | c0a7ad09aabf51a0c9e1b48de71a4a7584d8707d (diff) | |
download | ghdl-06a1e88bc76de16681bedc53661327eaa74ead98.tar.gz ghdl-06a1e88bc76de16681bedc53661327eaa74ead98.tar.bz2 ghdl-06a1e88bc76de16681bedc53661327eaa74ead98.zip |
Fix name of Lattice Diamond settings variable
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/vendors/compile-lattice.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vendors/compile-lattice.sh b/scripts/vendors/compile-lattice.sh index e5e8c3242..d752a346b 100755 --- a/scripts/vendors/compile-lattice.sh +++ b/scripts/vendors/compile-lattice.sh @@ -227,7 +227,7 @@ GHDLSetup $VHDLStandard # -> $DestDir # <= $SourceDirectory # <= $DestinationDirectory -SetupDirectories LatticeDiamond "Lattice Diamond" +SetupDirectories Lattice_Diamond "Lattice Diamond" # create "lattice" directory and change to it # => $DestinationDirectory |