Skip to content

Commit fbc68ea

Browse files
author
U-KITSUNE\ross
committed
Replace gcc with
1 parent 409bef3 commit fbc68ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PREFIX ?= /usr/local
1010
BINDIR ?= $(PREFIX)/bin
1111
MANDIR ?= $(PREFIX)/share/man
1212

13-
SYS := $(shell gcc -dumpmachine)
13+
SYS := $(shell $(CXX) -dumpmachine)
1414
CYGWIN := $(findstring cygwin,$(SYS))
1515
MINGW32 := $(findstring mingw32,$(SYS))
1616

0 commit comments

Comments
 (0)