Skip to content

Commit 1589360

Browse files
committed
fixup! add lib prefix
1 parent 00642f0 commit 1589360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/packages/Python/lldbsuite/test/make/Makefile.rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# When specifying one of the DYLIB_*_SOURCES variables, DYLIB_NAME
1717
# controls the (platform-dependent) name of the produced dylib. E.g.,
1818
# on Darwin, if "DYLIB_NAME := foo", the generated dylib will be called
19-
# "foo.dylib".
19+
# "libfoo.dylib".
2020
#
2121
# DYLIB_NAME := foo
2222
#

0 commit comments

Comments
 (0)