win_discord: compile the discord module by default

This commit is contained in:
David Hrdlička
2019-12-05 00:07:16 +01:00
parent 539ef0044a
commit ae4facc969
2 changed files with 6 additions and 0 deletions

View File

@@ -204,6 +204,9 @@ ifndef DYNAREC
DYNAREC := n
endif
endif
ifndef DISCORD
DISCORD := y
endif
# Name of the executable.

View File

@@ -204,6 +204,9 @@ ifndef DYNAREC
DYNAREC := n
endif
endif
ifndef DISCORD
DISCORD := y
endif
# Name of the executable.