mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-04 00:28:51 -04:00
libstrat: fix building of source/os/*
This commit is contained in:
parent
2c6b7ce6c2
commit
35fffade4e
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue