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

pull/8692/head
Delyan Angelov 2021-02-12 01:18:35 +02:00
parent 58393bd3f9
commit 8f6fec4364
1 changed files with 1 additions and 0 deletions

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