Skip to content

Commit 00642f0

Browse files
committed
fixup! clarify platform-dependent nature of the dylib name
1 parent 6da0d2a commit 00642f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
# DYLIB_ONLY := YES
1515
#
1616
# When specifying one of the DYLIB_*_SOURCES variables, DYLIB_NAME
17-
# controls the name of the produced dylib. E.g., if set to "foo",
18-
# the generated dylib will be called "foo.<platform-specific-extension>",
19-
# which on Darwin will be "foo.dylib".
17+
# controls the (platform-dependent) name of the produced dylib. E.g.,
18+
# on Darwin, if "DYLIB_NAME := foo", the generated dylib will be called
19+
# "foo.dylib".
2020
#
2121
# DYLIB_NAME := foo
2222
#

0 commit comments

Comments
 (0)