mirror of https://github.com/nodejs/node.git
Change libev/wscript for waf 1.5.14
parent
5809483b78
commit
74614c1bf1
|
@ -49,7 +49,6 @@ def configure(conf):
|
||||||
int main() {
|
int main() {
|
||||||
struct timespec ts;
|
struct timespec ts;
|
||||||
int status = syscall(SYS_clock_gettime, CLOCK_REALTIME, &ts);
|
int status = syscall(SYS_clock_gettime, CLOCK_REALTIME, &ts);
|
||||||
puts("1"); // fucking waf...
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue