forked from OSchip/llvm-project
parent
f7300b2706
commit
d14fd43f4b
|
@ -237,7 +237,7 @@
|
|||
LIBRARYNAME = mylib
|
||||
SHARED_LIBRARY = 1
|
||||
ARCHIVE_LIBRARY = 1
|
||||
DONT_BUILT_RELINKED = 1
|
||||
DONT_BUILD_RELINKED = 1
|
||||
</tt></pre>
|
||||
<p>says to build a library named "mylib" with both a shared library
|
||||
(<tt>mylib.so</tt>) and an archive library (<tt>mylib.a</tt>) version but
|
||||
|
|
Loading…
Reference in New Issue