diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2022-03-13 15:30:54 +0100 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2022-03-14 07:59:51 +0100 |
commit | 55e33158573e38a4c385ca705e26784176d9b508 (patch) | |
tree | b5b1108554f45337cee893353d6b740414607572 /configure | |
parent | 5015316150af384bd6d26136c43647f0e799cfc8 (diff) | |
download | ghdl-55e33158573e38a4c385ca705e26784176d9b508.tar.gz ghdl-55e33158573e38a4c385ca705e26784176d9b508.tar.bz2 ghdl-55e33158573e38a4c385ca705e26784176d9b508.zip |
Fix include-dir paths returned by cmdline _again_
--libghdl-include-dir should point at a directory containing a ghdl/
subdirectory while --vpi-include-dir should point right at the ghdl/
subdir.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ LDFLAGS=${LDFLAGS:-} prefix=/usr/local libdirsuffix=lib libghdldirsuffix=lib/ghdl -incdirsuffix=include/ghdl +incdirsuffix=include gcc_src_dir= llvm_config= backtrace_lib= |