ALL: Synced with ScummVM - rev: 33a47d23b8
This commit is contained in:
parent
acd114234f
commit
d5304e2568
261 changed files with 79849 additions and 60443 deletions
|
@ -504,6 +504,9 @@ void XcodeProvider::setupFrameworksBuildPhase(const BuildSetup &setup) {
|
|||
if (CONTAINS_DEFINE(setup.defines, "USE_ZLIB")) {
|
||||
DEF_SYSTBD("libz");
|
||||
}
|
||||
if (CONTAINS_DEFINE(setup.defines, "USE_DISCORD")) {
|
||||
DEF_LOCALLIB_STATIC("libdiscord-rpc");
|
||||
}
|
||||
|
||||
if (setup.useSDL2) {
|
||||
DEF_LOCALLIB_STATIC("libSDL2main");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue