mirror of
https://git.wuffs.org/MWCC
synced 2025-12-12 14:46:09 +00:00
more fixing
This commit is contained in:
@@ -75,7 +75,7 @@ static int MidParse() {
|
||||
pCmdLine.state = OptsCmdLineState_2;
|
||||
|
||||
if (parseopts.possibleFiles > 0 && useDefaultIncludes) {
|
||||
if ((env = GetEnvVar("MWCMachPPCIncludes", 1, &match))) {
|
||||
if ((env = GetEnvVar("MWCMachPPCIncludes\0MWCIncludes\0", 1, &match))) {
|
||||
// FIXME can probably get rid of this cast later
|
||||
if (!AddAccessPathList(env, ':', ',', 1, (char *) match, 1, -1, 0))
|
||||
return 0;
|
||||
|
||||
@@ -8,7 +8,7 @@ CWPLUGIN_ENTRY (PPCLibImport_GetDropInFlags)(const DropInFlags **flags, SInt32 *
|
||||
kCurrentDropInFlagsVersion,
|
||||
CWDROPINCOMPILERTYPE,
|
||||
DROPINCOMPILERLINKERAPIVERSION_8,
|
||||
kGeneratescode | kCanpreprocess | kCanprecompile | kCompAllowDupFileNames | kCompMultiTargAware,
|
||||
kGeneratescode | kCompAllowDupFileNames | kCompMultiTargAware,
|
||||
Lang_MISC,
|
||||
DROPINCOMPILERLINKERAPIVERSION_12
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user