We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 409bef3 commit fbc68eaCopy full SHA for fbc68ea
1 file changed
Makefile
@@ -10,7 +10,7 @@ PREFIX ?= /usr/local
10
BINDIR ?= $(PREFIX)/bin
11
MANDIR ?= $(PREFIX)/share/man
12
13
-SYS := $(shell gcc -dumpmachine)
+SYS := $(shell $(CXX) -dumpmachine)
14
CYGWIN := $(findstring cygwin,$(SYS))
15
MINGW32 := $(findstring mingw32,$(SYS))
16
0 commit comments