mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
time: restore building v on linux, till v.c is regenerated with -os cross
This commit is contained in:
parent
863fab0268
commit
20637ae54c
5
vlib/time/time__linux.c.v
Normal file
5
vlib/time/time__linux.c.v
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
module time
|
||||||
|
|
||||||
|
fn sys_mono_now_darwin() u64 {
|
||||||
|
return 0
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user