We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f471a1 commit 638624cCopy full SHA for 638624c
nx/Makefile
@@ -95,7 +95,7 @@ dist-bin: all
95
install: lib/libnx.a lib/libnxd.a
96
@mkdir -p $(DESTDIR)$(DEVKITPRO)/libnx
97
@cp -v default_icon.jpg switch_rules switch.ld switch.specs $(DESTDIR)$(DEVKITPRO)/libnx/
98
- @cp -rv include $(DESTDIR)$(DEVKITPRO)/libnx/
+ @cp -rv include lib $(DESTDIR)$(DEVKITPRO)/libnx/
99
@cp -rv external/bsd/include $(DESTDIR)$(DEVKITPRO)/libnx/
100
101
dist-src:
0 commit comments