1
0
mirror of synced 2026-01-21 10:23:03 +00:00
Sean Cross c1b628508d backends: smt2: use $(CXX) variable for compiler
The Makefile assumes the compiler is called `gcc`, which isn't always
true.  In fact, if we're building on msys2 or msys2-64, the compiler
is called `i686-w64-mingw32-g++` or `x86_64-w64-mingw32-g++`.

Use the variable instead of hardcoding the name, to fix building on
these systems.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-09-08 15:47:09 +08:00
..
2019-08-07 11:12:38 -07:00
2019-08-06 16:22:47 -07:00
2019-08-07 11:12:38 -07:00
2019-08-07 12:20:08 -07:00
2019-08-07 12:20:08 -07:00
2019-08-07 12:20:08 -07:00