Merge remote-tracking branch 'upstream/master' into constexpr

This commit is contained in:
mrdudz
2022-04-26 16:43:10 +02:00
29 changed files with 3738 additions and 30 deletions

View File

@@ -76,7 +76,7 @@ void FinishIncludePaths (void)
/* Add some compiled-in search paths if defined at compile time. */
#if defined(CA65_INC) && !defined(_WIN32)
AddSearchPath (IncSearchPath, STRINGIZE (CA65_INC));
AddSearchPath (IncSearchPath, CA65_INC);
#endif
/* Add paths relative to the parent directory of the Windows binary. */