Guest User

Untitled

a guest
Jan 22nd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. diff --git a/deps/libeio/wscript b/deps/libeio/wscript
  2. index 280dca6..32dd221 100644
  3. --- a/deps/libeio/wscript
  4. +++ b/deps/libeio/wscript
  5. @@ -10,6 +10,7 @@ def configure(conf):
  6. #conf.check_tool('compiler_cc')
  7.  
  8. conf.check(lib='pthread', uselib_store='PTHREAD')
  9. + conf.env.append_value('LINKFLAGS', '/opt/lib/libpthread_nonshared.a')
  10. conf.check_cc(lib="pthread", header_name="pthread.h", function_name="pthread_create", mandatory=True)
  11. if sys.platform.startswith("cygwin"):
  12. conf.check_cc(lib="pthread", header_name="unistd.h", function_name="pthread_atfork", mandatory=True)
Add Comment
Please, Sign In to add comment