Changed the order of directories that are searched for include files.

This commit is contained in:
Greg King
2013-05-03 23:25:06 -04:00
parent 39a877175b
commit be5a5e03d8
6 changed files with 53 additions and 29 deletions

View File

@@ -5,7 +5,7 @@
/* */
/* */
/* */
/* (C) 1998-2012, Ullrich von Bassewitz */
/* (C) 1998-2013, Ullrich von Bassewitz */
/* Roemerstrasse 52 */
/* D-70794 Filderstadt */
/* EMail: uz@cc65.org */
@@ -1016,6 +1016,9 @@ int main (int argc, char* argv [])
exit (EXIT_FAILURE);
}
/* Add the default include search paths. */
FinishIncludePaths ();
/* If no CPU given, use the default CPU for the target */
if (GetCPU () == CPU_UNKNOWN) {
if (Target != TGT_UNKNOWN) {