Skip to content

Commit 151a14d

Browse files
authored
Merge pull request #1072 from larsclausen/iverilog-vpi-fix
iverilog-vpi.sh: Put `IVCXX` in quotes to allow to pass arguments
2 parents b1e602d + 39daac0 commit 151a14d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iverilog-vpi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
# These are the variables used for compiling files
2222
CC="@IVCC@"
23-
CXX=@IVCXX@
23+
CXX="@IVCXX@"
2424
CFLAGS="@PIC@ @IVCFLAGS@ -I@INCLUDEDIR@"
2525
CXXFLAGS="@PIC@ @IVCXXFLAGS@ -I@INCLUDEDIR@"
2626

0 commit comments

Comments
 (0)