Skip to content

Commit

Permalink
[gyp] link libdns_sd on non-mac systems
Browse files Browse the repository at this point in the history
  • Loading branch information
agnat committed Feb 10, 2012
1 parent e7ddc71 commit 429d4f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions module.gyp
Expand Up @@ -18,6 +18,11 @@
, 'src/txt_record_get_length.cpp'
, 'src/txt_record_buffer_to_object.cpp'
]
, 'conditions': [
['OS!="mac"', {
'libraries': [ '-ldns_sd' ]
}]
]
}
]
}
Expand Down

0 comments on commit 429d4f2

Please sign in to comment.