diff options
Diffstat (limited to 'packages/Python/lldbsuite/test/python_api/lldbutil/process/Makefile')
-rw-r--r-- | packages/Python/lldbsuite/test/python_api/lldbutil/process/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/Python/lldbsuite/test/python_api/lldbutil/process/Makefile b/packages/Python/lldbsuite/test/python_api/lldbutil/process/Makefile new file mode 100644 index 0000000..93fc28b --- /dev/null +++ b/packages/Python/lldbsuite/test/python_api/lldbutil/process/Makefile @@ -0,0 +1,8 @@ +LEVEL = ../../../make + +CFLAGS_EXTRAS += -D__STDC_LIMIT_MACROS +ENABLE_THREADS := YES +CXX_SOURCES := main.cpp +MAKE_DSYM :=NO + +include $(LEVEL)/Makefile.rules |