1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: fix building examples/concurrency/concurrency.v on macos

This commit is contained in:
Delyan Angelov 2021-02-12 01:18:35 +02:00
parent 58393bd3f9
commit 8f6fec4364

View File

@ -7,6 +7,7 @@ import time
#flag -lpthread
#include <semaphore.h>
#include <sys/errno.h>
[trusted]
fn C.pthread_mutex_init(voidptr, voidptr) int