Skip to content

Commit

Permalink
Replace gcc with
Browse files Browse the repository at this point in the history
  • Loading branch information
U-KITSUNE\ross committed Feb 23, 2018
1 parent 409bef3 commit fbc68ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PREFIX ?= /usr/local
BINDIR ?= $(PREFIX)/bin
MANDIR ?= $(PREFIX)/share/man

SYS := $(shell gcc -dumpmachine)
SYS := $(shell $(CXX) -dumpmachine)
CYGWIN := $(findstring cygwin,$(SYS))
MINGW32 := $(findstring mingw32,$(SYS))

Expand Down

0 comments on commit fbc68ea

Please sign in to comment.