Assign source files their actual locations
This commit is contained in:
parent
37cdaacc71
commit
2c27f2eb40
|
@ -154,6 +154,7 @@ int main(int argc, char* argv[]) {
|
|||
while (i < argc) {
|
||||
// Prepare the source metadata before we start compiling
|
||||
struct FileData* Source = malloc(sizeof(struct FileData));
|
||||
Source->SourceName = argv[i];
|
||||
Files[i] = Source;
|
||||
|
||||
// Compile the file by invoking the Delegate
|
||||
|
|
Loading…
Reference in New Issue
Block a user