Skip to content

Commit

Permalink
Adds pthread link for asiotap proxy sample.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-vincent committed Sep 15, 2018
1 parent 512f679 commit 2c5ccc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/asiotap/proxy/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ libraries = [
]

if sys.platform.startswith('linux'):
libraries.append('pthread')
libraries.append('netlinkplus')

Import('env dirs name')
Expand Down

0 comments on commit 2c5ccc7

Please sign in to comment.