diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/plugins/commands/Makefile')
| -rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/plugins/commands/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/plugins/commands/Makefile b/lldb/packages/Python/lldbsuite/test/functionalities/plugins/commands/Makefile new file mode 100644 index 00000000000..8af06446ece --- /dev/null +++ b/lldb/packages/Python/lldbsuite/test/functionalities/plugins/commands/Makefile @@ -0,0 +1,8 @@ +LEVEL = ../../../make + +DYLIB_CXX_SOURCES := plugin.cpp +DYLIB_NAME := plugin +DYLIB_ONLY := YES +MAKE_DSYM := NO + +include $(LEVEL)/Makefile.rules |

