Skip to content

Commit

Permalink
Remove -lpthread from LINKFLAGS only.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Sep 27, 2012
1 parent d62e115 commit 43d511b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions wscript
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ def configure(conf):
add_option('-O3')
else:
conf.fatal('--mode must be either debug or release.')

add_option('-lpthread', 'LINKFLAGS')
elif conf.env.COMPILER_D == 'ldc2':
add_option('-w')
add_option('-wi')
Expand Down

0 comments on commit 43d511b

Please sign in to comment.