diff options
Diffstat (limited to 'lldb/test/python_api/module_section/Makefile')
| -rw-r--r-- | lldb/test/python_api/module_section/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/python_api/module_section/Makefile b/lldb/test/python_api/module_section/Makefile index 2e9a4de9de9..7b5f11134bf 100644 --- a/lldb/test/python_api/module_section/Makefile +++ b/lldb/test/python_api/module_section/Makefile @@ -1,7 +1,7 @@ LEVEL = ../../make CFLAGS_EXTRAS := -D__STDC_LIMIT_MACROS -LDFLAGS := -lpthread +LD_EXTRAS := -lpthread CXX_SOURCES := main.cpp b.cpp c.cpp MAKE_DSYM :=NO |

