Libretro: add missing helper items, fixes detection of Win10 SDK (#302)

This commit is contained in:
bparker06 2018-01-06 08:03:59 -05:00 committed by SourMesen
parent f3cac34aed
commit 16c97ba347

View file

@ -1,6 +1,13 @@
STATIC_LINKING := 0
AR := ar
SPACE :=
SPACE := $(SPACE) $(SPACE)
BACKSLASH :=
BACKSLASH := \$(BACKSLASH)
filter_out1 = $(filter-out $(firstword $1),$1)
filter_out2 = $(call filter_out1,$(call filter_out1,$1))
ifeq ($(platform),)
platform = unix
ifeq ($(shell uname -a),)