mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-05-05 00:11:41 +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
|
SRC_DIRS += src/pc/discord
|
||||||
endif
|
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_SRC_DIRS := lib/src lib/src/math lib/asm lib/data
|
||||||
ULTRA_BIN_DIRS := lib/bin
|
ULTRA_BIN_DIRS := lib/bin
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue