diff --git a/src/win/Makefile.mingw b/src/win/Makefile.mingw index b4ac19e33..4a9f0fba2 100644 --- a/src/win/Makefile.mingw +++ b/src/win/Makefile.mingw @@ -204,6 +204,9 @@ ifndef DYNAREC DYNAREC := n endif endif +ifndef DISCORD + DISCORD := y +endif # Name of the executable. diff --git a/src/win/Makefile_ndr.mingw b/src/win/Makefile_ndr.mingw index 273b428f1..84365333a 100644 --- a/src/win/Makefile_ndr.mingw +++ b/src/win/Makefile_ndr.mingw @@ -204,6 +204,9 @@ ifndef DYNAREC DYNAREC := n endif endif +ifndef DISCORD + DISCORD := y +endif # Name of the executable.