Skip to content

Commit

Permalink
Change error to warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnoel committed Jan 16, 2020
1 parent 367e3ce commit 5e36b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ifeq ($(SHELL),cmd)
OBJSDIR=..\build\objects
ifeq ($(CXX),g++)
ifeq (,$(shell where g++.exe))
$(error "Error: Missing g++ compiler.")
$(warning "Warning: Unable to find g++ compiler.")
endif
ifeq ($(findstring x86_64,$(shell g++ -dumpmachine)),x86_64)
OSNAME=mingw64
Expand Down

0 comments on commit 5e36b6d

Please sign in to comment.