VirtualBox

Changeset 3564 in kBuild


Ignore:
Timestamp:
Mar 8, 2022 11:12:18 AM (3 years ago)
Author:
bird
Message:

kmk_redirect: Must redirect stdout/err according to the pCtx when not on windows. [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/kmkbuiltin/redirect.c

    r3562 r3564  
    14231423    if (rcExit != 0)
    14241424        rcExit = errx(pCtx, 9, "posix_spawn_file_actions_init failed: %s", strerror(rcExit));
    1425 # ifndef CONFIG_WITH_OUTPUT_IN_MEMORY
     1425# if !defined(KMK_BUILTIN_STANDALONE) && !defined(CONFIG_WITH_OUTPUT_IN_MEMORY)
    14261426    if (pCtx->pOut && rcExit == 0)
    14271427    {
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette