Added testnative to the Makefile and fixed building on Mac OS X
This commit is contained in:
parent
d0375e624c
commit
e9cad496a6
3 changed files with 35 additions and 26 deletions
|
@ -359,6 +359,10 @@ CommonArg(CommonState * state, int index)
|
|||
/* Print the usage message */
|
||||
return -1;
|
||||
}
|
||||
if (SDL_strcmp(argv[index], "-NSDocumentRevisionsDebugMode") == 0) {
|
||||
/* Debug flag sent by Xcode */
|
||||
return 2;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue