diff options
Diffstat (limited to 'lib/CompilerDriver/Makefile')
| -rw-r--r-- | lib/CompilerDriver/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/CompilerDriver/Makefile b/lib/CompilerDriver/Makefile index 6084e88..a5ecfd5 100644 --- a/lib/CompilerDriver/Makefile +++ b/lib/CompilerDriver/Makefile @@ -25,6 +25,10 @@ REQUIRES_EH := 1 include $(LEVEL)/Makefile.common +ifeq ($(ENABLE_LLVMC_DYNAMIC_PLUGINS), 1) + CPP.Flags += -DENABLE_LLVMC_DYNAMIC_PLUGINS +endif + # Copy libCompilerDriver to the bin dir so that llvmc can find it. ifeq ($(ENABLE_LLVMC_DYNAMIC),1) |
