diff options
Diffstat (limited to 'lldb/source/Plugins/Makefile')
| -rw-r--r-- | lldb/source/Plugins/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lldb/source/Plugins/Makefile b/lldb/source/Plugins/Makefile index 099be354a0f..e43290dbc17 100644 --- a/lldb/source/Plugins/Makefile +++ b/lldb/source/Plugins/Makefile @@ -40,6 +40,11 @@ DIRS += Process/elf-core DIRS += JITLoader/GDB endif +ifeq ($(HOST_OS),MingW) +DIRS += Process/elf-core +DIRS += JITLoader/GDB +endif + ifneq (,$(filter $(HOST_OS), FreeBSD GNU/kFreeBSD)) DIRS += Process/FreeBSD Process/POSIX DIRS += Process/elf-core |

