mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-10-28 17:23:27 +00:00
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29107 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -237,7 +237,7 @@
|
|||||||
LIBRARYNAME = mylib
|
LIBRARYNAME = mylib
|
||||||
SHARED_LIBRARY = 1
|
SHARED_LIBRARY = 1
|
||||||
ARCHIVE_LIBRARY = 1
|
ARCHIVE_LIBRARY = 1
|
||||||
DONT_BUILT_RELINKED = 1
|
DONT_BUILD_RELINKED = 1
|
||||||
</tt></pre>
|
</tt></pre>
|
||||||
<p>says to build a library named "mylib" with both a shared library
|
<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
|
(<tt>mylib.so</tt>) and an archive library (<tt>mylib.a</tt>) version but
|
||||||
|
|||||||
Reference in New Issue
Block a user