Skip to content

Commit 901fe3f

Browse files
thrimborLukeUsher
authored andcommitted
build: Always build network stack
1 parent e89f14f commit 901fe3f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ endif
6262

6363
ifneq ($(NXDK_ONLY),)
6464
NXDK_CXX = y
65-
NXDK_NET = y
6665
NXDK_SDL = y
6766
TARGET = main.exe
6867
endif
@@ -76,9 +75,7 @@ ifneq ($(NXDK_CXX),)
7675
include $(NXDK_DIR)/lib/libcxx/Makefile.nxdk
7776
endif
7877

79-
ifneq ($(NXDK_NET),)
8078
include $(NXDK_DIR)/lib/net/Makefile
81-
endif
8279

8380
ifneq ($(NXDK_SDL),)
8481
include $(NXDK_DIR)/lib/sdl/SDL2/Makefile.xbox

0 commit comments

Comments
 (0)