Skip to content

Commit

Permalink
ci: fix building examples/concurrency/concurrency.v on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Feb 11, 2021
1 parent 58393bd commit 8f6fec4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vlib/sync/sync_macos.c.v
Expand Up @@ -7,6 +7,7 @@ import time

#flag -lpthread
#include <semaphore.h>
#include <sys/errno.h>

[trusted]
fn C.pthread_mutex_init(voidptr, voidptr) int
Expand Down

0 comments on commit 8f6fec4

Please sign in to comment.