Update libnx whitespace and definition

This commit is contained in:
Rob Loach 2018-11-05 01:07:40 -05:00 committed by GitHub
parent 39990920db
commit 47a48a39df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,6 @@ filter_out1 = $(filter-out $(firstword $1),$1)
filter_out2 = $(call filter_out1,$(call filter_out1,$1))
unixpath = $(subst \,/,$1)
unixcygpath = /$(subst :,,$(call unixpath,$1))
export DEPSDIR := $(CURDIR)/
ifeq ($(platform),)
platform = unix
@ -278,6 +277,7 @@ else ifeq ($(platform), switch)
# Nintendo Switch (libnx)
else ifeq ($(platform), libnx)
export DEPSDIR := $(CURDIR)/
include $(DEVKITPRO)/libnx/switch_rules
EXT=a
TARGET := $(TARGET_NAME)_libretro_$(platform).$(EXT)