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:
parent
58393bd3f9
commit
8f6fec4364
@ -7,6 +7,7 @@ import time
|
||||
|
||||
#flag -lpthread
|
||||
#include <semaphore.h>
|
||||
#include <sys/errno.h>
|
||||
|
||||
[trusted]
|
||||
fn C.pthread_mutex_init(voidptr, voidptr) int
|
||||
|
Loading…
Reference in New Issue
Block a user