From 0eb43c1fe803be4c3675efc5f4e9d435638df489 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Thu, 12 Jun 2025 08:37:03 +0100 Subject: [PATCH] actually install libs too. Closes #681 --- nx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/Makefile b/nx/Makefile index 630292e0..a96dac7d 100644 --- a/nx/Makefile +++ b/nx/Makefile @@ -91,7 +91,7 @@ all: lib/libnx.a lib/libnxd.a install: lib/libnx.a lib/libnxd.a @mkdir -p $(DESTDIR)$(DEVKITPRO)/libnx @cp -v default_icon.jpg switch_rules switch.ld switch.specs $(DESTDIR)$(DEVKITPRO)/libnx/ - @cp -rv include $(DESTDIR)$(DEVKITPRO)/libnx/ + @cp -rv include lib $(DESTDIR)$(DEVKITPRO)/libnx/ @cp -rv external/bsd/include $(DESTDIR)$(DEVKITPRO)/libnx/ dist-src: