Thanks to visit codestin.com Credit goes to github.com
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 ebe3045 commit ab354bbCopy full SHA for ab354bb
1 file changed
Modules/Setup.dist
@@ -11,7 +11,9 @@
11
# directory.)
12
13
# Each line in this file describes one or more optional modules.
14
-# Comment out lines to suppress modules.
+# Modules enabled here will not be compiled by the setup.py script,
15
+# so the file can be used to override setup.py's behavior.
16
+
17
# Lines have the following structure:
18
#
19
# <module> ... [<sourcefile> ...] [<cpparg> ...] [<library> ...]
@@ -273,7 +275,8 @@ GLHACK=-Dclear=__GLclear
273
275
#sunaudiodev sunaudiodev.c
274
276
277
-# Linux specific modules -- off by default:
278
+# A Linux specific module -- off by default; this may also work on
279
+# some *BSDs.
280
281
#linuxaudiodev linuxaudiodev.c
282
0 commit comments