mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-04-26 03:51:46 +00:00
Dangit v2
This commit is contained in:
parent
f6293550dd
commit
d5cedffecb
1 changed files with 5 additions and 1 deletions
6
Makefile
6
Makefile
|
|
@ -517,7 +517,11 @@ ifeq ($(DISCORD_SDK),1)
|
|||
SRC_DIRS += src/pc/discord
|
||||
endif
|
||||
|
||||
SRC_DIRS += src/pc/mumble src/pc/linenoise
|
||||
ifeq ($(WINDOWS_BUILD),0)
|
||||
SRC_DIRS += src/pc/linenoise
|
||||
endif
|
||||
|
||||
SRC_DIRS += src/pc/mumble
|
||||
|
||||
ULTRA_SRC_DIRS := lib/src lib/src/math lib/asm lib/data
|
||||
ULTRA_BIN_DIRS := lib/bin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue