libstrat: fix building of source/os/*

This commit is contained in:
Michael Scire 2020-08-15 09:20:11 -07:00
parent 2c6b7ce6c2
commit 35fffade4e
2 changed files with 2 additions and 0 deletions

View file

@ -26,6 +26,7 @@ ASFLAGS := $(ATMOSPHERE_ASFLAGS) $(SETTINGS)
LDFLAGS := -specs=$(DEVKITPRO)/libnx/switch.specs $(SETTINGS) -Wl,-Map,$(notdir $*.map)
SOURCES += $(call ALL_SOURCE_DIRS,../libvapours/source)
SOURCES += $(call UNFILTERED_SOURCE_DIRS,source/os)
LIBS := -lnx