Skip to content

Commit 638624c

Browse files
committed
actually install libs too. Closes #681
1 parent 2f471a1 commit 638624c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nx/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ dist-bin: all
9595
install: lib/libnx.a lib/libnxd.a
9696
@mkdir -p $(DESTDIR)$(DEVKITPRO)/libnx
9797
@cp -v default_icon.jpg switch_rules switch.ld switch.specs $(DESTDIR)$(DEVKITPRO)/libnx/
98-
@cp -rv include $(DESTDIR)$(DEVKITPRO)/libnx/
98+
@cp -rv include lib $(DESTDIR)$(DEVKITPRO)/libnx/
9999
@cp -rv external/bsd/include $(DESTDIR)$(DEVKITPRO)/libnx/
100100

101101
dist-src:

0 commit comments

Comments
 (0)