diff options
Diffstat (limited to 'lldb/test/functionalities/thread/thread_specific_break/Makefile')
| -rw-r--r-- | lldb/test/functionalities/thread/thread_specific_break/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/thread/thread_specific_break/Makefile b/lldb/test/functionalities/thread/thread_specific_break/Makefile index e045f7d5506..035413ff763 100644 --- a/lldb/test/functionalities/thread/thread_specific_break/Makefile +++ b/lldb/test/functionalities/thread/thread_specific_break/Makefile @@ -1,6 +1,6 @@ LEVEL = ../../../make -C_SOURCES := main.c +CXX_SOURCES := main.cpp ENABLE_THREADS := YES include $(LEVEL)/Makefile.rules |

