We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6da0d2a commit 00642f0Copy full SHA for 00642f0
lldb/packages/Python/lldbsuite/test/make/Makefile.rules
@@ -14,9 +14,9 @@
14
# DYLIB_ONLY := YES
15
#
16
# 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".
+# controls the (platform-dependent) name of the produced dylib. E.g.,
+# on Darwin, if "DYLIB_NAME := foo", the generated dylib will be called
+# "foo.dylib".
20
21
# DYLIB_NAME := foo
22
0 commit comments