From 638624cf022136b1b953e8ec0850e3de7571c858 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 433caf30..3261700d 100644 --- a/nx/Makefile +++ b/nx/Makefile @@ -95,7 +95,7 @@ dist-bin: all 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: