diff options
author | Joonas Javanainen <joonas.javanainen@gmail.com> | 2022-03-22 18:01:44 +0200 |
---|---|---|
committer | Joonas Javanainen <joonas.javanainen@gmail.com> | 2022-03-22 18:08:28 +0200 |
commit | c0a7ad09aabf51a0c9e1b48de71a4a7584d8707d (patch) | |
tree | 663fafb48d11ab0a330481bf85314785ee5bb9e4 | |
parent | d77a17b1ca2c3eed06b66fb8205963ad49723c80 (diff) | |
download | ghdl-c0a7ad09aabf51a0c9e1b48de71a4a7584d8707d.tar.gz ghdl-c0a7ad09aabf51a0c9e1b48de71a4a7584d8707d.tar.bz2 ghdl-c0a7ad09aabf51a0c9e1b48de71a4a7584d8707d.zip |
Fix name of Lattice Diamond settings variable
The Lattice Diamond variable in config.sh is called
`Lattice_Diamond_Settings`. `LatticeDiamond` was an incorrect prefix
which never matched the settings, so they were never used.
-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 |