forked from OSchip/llvm-project
Use libtool, not mklib (which somehow doesn't get generated anymore)
llvm-svn: 16243
This commit is contained in:
parent
1a2f0432d5
commit
52a4e667e8
|
@ -210,7 +210,7 @@ PROJTOOLCURRENT := $(BUILD_OBJ_ROOT)/tools/$(CONFIGURATION)
|
|||
#
|
||||
# Libtool is found in the current directory.
|
||||
#
|
||||
LIBTOOL := $(LLVM_OBJ_ROOT)/mklib
|
||||
LIBTOOL := $(LLVM_OBJ_ROOT)/libtool
|
||||
|
||||
#
|
||||
# If we're not building a shared library, use the disable-shared tag with
|
||||
|
|
Loading…
Reference in New Issue