bshell.runtime: disable all fx.term includes when interactive mode is disabled
This commit is contained in:
@@ -9,9 +9,12 @@
|
||||
#include <fx/reflection/function.h>
|
||||
#include <fx/reflection/type.h>
|
||||
#include <fx/string.h>
|
||||
#include <fx/term/print.h>
|
||||
#include <fx/vector.h>
|
||||
|
||||
#if BSHELL_INTERACTIVE == 1
|
||||
#include <fx/term/print.h>
|
||||
#endif
|
||||
|
||||
enum cmdcall_type {
|
||||
CMDCALL_NONE = 0,
|
||||
CMDCALL_CMDLET,
|
||||
|
||||
Reference in New Issue
Block a user