Skip to content

Commit e9c7c4b

Browse files
committed
Add Host MinGW Path for AMD64 etc, too.
Now that we try to create a RosBE working on 64 Bit ReactOS we need to change the Host GCC, too.
1 parent 22ffd80 commit e9c7c4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RosBE-Windows/Tools/config/x86/options.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ WriteSettings(POPTIONS_DLG infoPtr)
220220
{
221221
if (mingwpath[0] != 0)
222222
{
223+
fwprintf(pFilecmd, L"set _ROSBE_HOST_MINGWPATH=%ls\n", mingwpath);
223224
fwprintf(pFilecmd, L"set _ROSBE_TARGET_MINGWPATH=%ls\n", mingwpath);
224225
}
225226
}
@@ -257,6 +258,7 @@ WriteSettings(POPTIONS_DLG infoPtr)
257258
{
258259
if (mingwpath[0] != 0)
259260
{
261+
fwprintf(pFileps1, L"$global:_ROSBE_HOST_MINGWPATH = \"%ls\"\n", mingwpath);
260262
fwprintf(pFileps1, L"$global:_ROSBE_TARGET_MINGWPATH = \"%ls\"\n", mingwpath);
261263
}
262264
}

0 commit comments

Comments
 (0)