1
0
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:
Delyan Angelov 2020-04-24 09:00:07 +03:00
parent 863fab0268
commit 20637ae54c

View File

@ -0,0 +1,5 @@
module time
fn sys_mono_now_darwin() u64 {
return 0
}