forked from OSchip/llvm-project
Update the script to generate mklib instead of libtool.
llvm-svn: 16421
This commit is contained in:
parent
f184a86f05
commit
3ed4d9f7e9
|
@ -164,7 +164,7 @@ no_glob_subst='s/\*/\\\*/g'
|
|||
rm="rm -f"
|
||||
|
||||
# Global variables:
|
||||
default_ofile=libtool
|
||||
default_ofile=mklib
|
||||
can_build_shared=yes
|
||||
|
||||
# All known linkers require a `.a' archive for static linking (except M$VC,
|
||||
|
|
Loading…
Reference in New Issue