godot/core/bind
Luis Martinez 9e465c9fd0 Fixes stderr silence; adds missing quote from exe args(windows)
8d117b214f/core/bind/core_bind.cpp (L452)
This function calls the bottom function

8d117b214f/drivers/unix/os_unix.cpp (L312)

OS.execute doesn't send out a value to stderr, so stderr defaults to
false, which will invoke this bottom line and always silence stderr.

8d117b214f/drivers/unix/os_unix.cpp (L315)

Some programs, such as FFmpeg, will print out to stderr with valuable
and vital information. This fixes stderr always being silenced, user can
now opt to have it be read as normal.
2019-03-05 17:07:00 -06:00
..
core_bind.cpp Fixes stderr silence; adds missing quote from exe args(windows) 2019-03-05 17:07:00 -06:00
core_bind.h Fixes stderr silence; adds missing quote from exe args(windows) 2019-03-05 17:07:00 -06:00
SCsub SCons: Build core's thirdparty code in own environment 2018-09-28 11:40:41 +02:00