Show More
@@ -286,7 +286,8 b" if sys.platform == 'linux2' and os.uname" | |||||
286 | cc = new_compiler() |
|
286 | cc = new_compiler() | |
287 | if hasfunction(cc, 'inotify_add_watch'): |
|
287 | if hasfunction(cc, 'inotify_add_watch'): | |
288 | inotify = Extension('hgext.inotify.linux._inotify', |
|
288 | inotify = Extension('hgext.inotify.linux._inotify', | |
289 |
['hgext/inotify/linux/_inotify.c'] |
|
289 | ['hgext/inotify/linux/_inotify.c'], | |
|
290 | ['mercurial']) | |||
290 | inotify.optional = True |
|
291 | inotify.optional = True | |
291 | extmodules.append(inotify) |
|
292 | extmodules.append(inotify) | |
292 | packages.extend(['hgext.inotify', 'hgext.inotify.linux']) |
|
293 | packages.extend(['hgext.inotify', 'hgext.inotify.linux']) |
General Comments 0
You need to be logged in to leave comments.
Login now