diff options
-rw-r--r-- | Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common index b8b352aa..5b093e6b 100644 --- a/Makefile.common +++ b/Makefile.common @@ -18,7 +18,7 @@ override ENABLE_PROFILING := $(RUNTIME_ENABLE_PROFILING) override ENABLE_COVERAGE := $(RUNTIME_ENABLE_COVERAGE) endif -include $(LLVM_OBJ_ROOT)/Makefile.rules +include $(LLVM_SRC_ROOT)/Makefile.rules LD.Flags += -L$(PROJ_SRC_ROOT)/stp/lib CXX.Flags += -DLLVM_23 |