mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Allow multiple preinclude files (#1763)
This commit is contained in:
@@ -270,7 +270,7 @@ int main(int argc, char *argv[]) {
|
||||
break;
|
||||
|
||||
case 'P':
|
||||
fstk_SetPreIncludeFile(musl_optarg);
|
||||
fstk_AddPreIncludeFile(musl_optarg);
|
||||
break;
|
||||
|
||||
unsigned long padByte;
|
||||
|
||||
Reference in New Issue
Block a user