Browse Source

Change libev/wscript for waf 1.5.14

v0.7.4-release
Ryan Dahl 15 years ago
parent
commit
74614c1bf1
  1. 1
      deps/libev/wscript

1
deps/libev/wscript

@ -49,7 +49,6 @@ def configure(conf):
int main() {
struct timespec ts;
int status = syscall(SYS_clock_gettime, CLOCK_REALTIME, &ts);
puts("1"); // fucking waf...
return 0;
}
"""

Loading…
Cancel
Save