aboutsummaryrefslogtreecommitdiffstats
path: root/backends/smt2/Makefile.inc
diff options
context:
space:
mode:
authorDavid Shah <dave@ds0.me>2019-09-11 09:57:30 +0100
committerGitHub <noreply@github.com>2019-09-11 09:57:30 +0100
commitc7f1368cd273f1d84507d29548f3420a08a82702 (patch)
treee309451ee79c7329dc87457bdc08debfcd9bd8ab /backends/smt2/Makefile.inc
parent486cbddd26a8db5bb2f2bbe3ea15e36b6c53a55e (diff)
parent702ce405c18c2c28e7f5d354451141d8f16a4085 (diff)
downloadyosys-c7f1368cd273f1d84507d29548f3420a08a82702.tar.gz
yosys-c7f1368cd273f1d84507d29548f3420a08a82702.tar.bz2
yosys-c7f1368cd273f1d84507d29548f3420a08a82702.zip
Merge pull request #1362 from xobs/smtbmc-msvc2-build-fixes
MSVC2 fixes
Diffstat (limited to 'backends/smt2/Makefile.inc')
-rw-r--r--backends/smt2/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/smt2/Makefile.inc b/backends/smt2/Makefile.inc
index 92941d4cf..68394a909 100644
--- a/backends/smt2/Makefile.inc
+++ b/backends/smt2/Makefile.inc
@@ -16,7 +16,7 @@ yosys-smtbmc-script.py: backends/smt2/smtbmc.py
-e "s|#!/usr/bin/env python3|#!$(PYTHON)|" < $< > $@
yosys-smtbmc.exe: misc/launcher.c yosys-smtbmc-script.py
- $(P) gcc -DGUI=0 -O -s -o $@ $<
+ $(P) $(CXX) -DGUI=0 -O -s -o $@ $<
# Other targets
else
TARGETS += yosys-smtbmc