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 92ad039 commit 6da0d2aCopy full SHA for 6da0d2a
lldb/packages/Python/lldbsuite/test/make/Makefile.rules
@@ -13,6 +13,13 @@
13
# the building of the a.out executable program. For example,
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".
20
+#
21
+# DYLIB_NAME := foo
22
23
# Specifying FRAMEWORK and its variants has the effect of building a NeXT-style
24
# framework.
25
# FRAMEWORK := "Foo"
0 commit comments