diff options
Diffstat (limited to 'tools/lli/Makefile')
-rw-r--r-- | tools/lli/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lli/Makefile b/tools/lli/Makefile index 9cf483c479..bc5578c0a2 100644 --- a/tools/lli/Makefile +++ b/tools/lli/Makefile @@ -1,6 +1,7 @@ LEVEL = ../.. TOOLNAME = lli USEDLIBS = opt bcreader bcwriter vmcore asmwriter analysis support target +TOOLLINKOPTS = -ldl include $(LEVEL)/Makefile.common |