Merge pull request #1072 from larsclausen/iverilog-vpi-fix

iverilog-vpi.sh: Put `IVCXX` in quotes to allow to pass arguments
This commit is contained in:
Lars-Peter Clausen 2024-01-17 05:32:00 -08:00 committed by GitHub
commit 151a14dfcc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
# These are the variables used for compiling files
CC="@IVCC@"
CXX=@IVCXX@
CXX="@IVCXX@"
CFLAGS="@PIC@ @IVCFLAGS@ -I@INCLUDEDIR@"
CXXFLAGS="@PIC@ @IVCXXFLAGS@ -I@INCLUDEDIR@"