build: add support for disabling native command support
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#if BSHELL_ENABLE_NATIVE_COMMANDS == 1
|
||||
#include <bshell/command/command.h>
|
||||
#include <bshell/command/native-command.h>
|
||||
#include <bshell/format.h>
|
||||
@@ -231,3 +232,4 @@ FX_TYPE_DEFINITION_BEGIN(bshell_native_command)
|
||||
FX_TYPE_INSTANCE_FINI(fini);
|
||||
FX_TYPE_INSTANCE_PRIVATE(struct bshell_native_command_p);
|
||||
FX_TYPE_DEFINITION_END(bshell_native_command)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user