mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-05-10 19:01:46 +00:00
move the discord-rpc libs to lib/
This commit is contained in:
parent
f6b3502b62
commit
c04c315410
4 changed files with 5 additions and 5 deletions
6
Makefile
6
Makefile
|
|
@ -450,12 +450,12 @@ GODDARD_O_FILES := $(foreach file,$(GODDARD_C_FILES),$(BUILD_DIR)/$(file:.c=.o))
|
||||||
RPC_LIBS :=
|
RPC_LIBS :=
|
||||||
ifeq ($(DISCORDRPC),1)
|
ifeq ($(DISCORDRPC),1)
|
||||||
ifeq ($(WINDOWS_BUILD),1)
|
ifeq ($(WINDOWS_BUILD),1)
|
||||||
RPC_LIBS := src/pc/discord/lib/libdiscord-rpc.dll
|
RPC_LIBS := lib/discord/libdiscord-rpc.dll
|
||||||
else ifeq ($(OSX_BUILD),1)
|
else ifeq ($(OSX_BUILD),1)
|
||||||
# needs testing
|
# needs testing
|
||||||
RPC_LIBS := src/pc/discord/lib/libdiscord-rpc.dylib
|
RPC_LIBS := lib/discord/libdiscord-rpc.dylib
|
||||||
else
|
else
|
||||||
RPC_LIBS := src/pc/discord/lib/libdiscord-rpc.so
|
RPC_LIBS := lib/discord/libdiscord-rpc.so
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Reference in a new issue