Guest User

Untitled

a guest
May 17th, 2016
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.54 KB | None | 0 0
  1. --- src/glmark2-git/wscript.orig        2016-05-17 23:18:02.468475747 +0200
  2. +++ src/glmark2-git/wscript     2016-05-17 23:18:25.791307210 +0200
  3. @@ -90,7 +90,7 @@
  4.          ctx.check_cxx(lib = lib, uselib_store = uselib)
  5.  
  6.      # Check required functions
  7. -    req_funcs = [('memset', 'string.h', []) ,('sqrt', 'math.h', ['m'])]
  8. +    req_funcs = [('memset', 'string.h', [])]
  9.      for func, header, uselib in req_funcs:
  10.          ctx.check_cxx(function_name = func, header_name = header,
  11.                        uselib = uselib, mandatory = True)
Advertisement
Add Comment
Please, Sign In to add comment