Change libev/wscript for waf 1.5.14
This commit is contained in:
parent
5809483b78
commit
74614c1bf1
1
deps/libev/wscript
vendored
1
deps/libev/wscript
vendored
@ -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…
x
Reference in New Issue
Block a user