mirror of
https://github.com/astronautlevel2/Anemone3DS.git
synced 2026-03-10 07:33:24 -04:00
More errors messages (#353)
Add more error messages for HTTP errors/SSL errors
This commit is contained in:
6
Makefile
6
Makefile
@@ -75,6 +75,12 @@ ifeq ($(strip $(NOGIT)),)
|
||||
VERSION_MINOR := $(shell echo $(VERSION) | cut -c2- | cut -f1 -d- | cut -f2 -d.)
|
||||
VERSION_BUILD := $(shell echo $(VERSION) | cut -c2- | cut -f1 -d- | cut -f3 -d.)
|
||||
|
||||
ifeq ($(strip $(VERSION_MAJOR)),)
|
||||
VERSION_MAJOR := 0
|
||||
endif
|
||||
ifeq ($(strip $(VERSION_MINOR)),)
|
||||
VERSION_MINOR := 0
|
||||
endif
|
||||
ifeq ($(strip $(VERSION_BUILD)),)
|
||||
VERSION_BUILD := 0
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user