Merge remote-tracking branch 'upstream/master' into constexpr
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user