diff options
Diffstat (limited to 'tools/lli/Makefile')
-rw-r--r-- | tools/lli/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lli/Makefile b/tools/lli/Makefile index 7ca5c60e98..cc84a6ce5e 100644 --- a/tools/lli/Makefile +++ b/tools/lli/Makefile @@ -19,7 +19,7 @@ endif # What the X86 JIT requires ifdef ENABLE_X86_JIT CPPFLAGS += -DENABLE_X86_JIT - JITLIBS += x86 + JITLIBS += x86 selection # X86 doesn't require any ARCHLIBS endif |