mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-28 22:07:49 +00:00
rgbasm: improve error message for failed INCBIN
This commit is contained in:
@@ -267,6 +267,7 @@ include : T_POP_INCLUDE string
|
||||
{
|
||||
if( !fstk_RunInclude($2) )
|
||||
{
|
||||
fprintf(stderr, "Could not open file '%s' : %s\n", $2, strerror(errno));
|
||||
yyerror( "File not found" );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user