mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-27 01:40:03 +00:00
Check if directory exists with the same target executable name when building a directory
This commit is contained in:
@@ -46,6 +46,7 @@ enum ParseFileError {
|
||||
ParseFile_InvalidToken,
|
||||
ParseFile_GeneralError,
|
||||
ParseFile_FileTooLarge,
|
||||
ParseFile_DirectoryAlreadyExists,
|
||||
|
||||
ParseFile_Count,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user