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

compiler: use -lpthread during building v itself.

This commit is contained in:
Delyan Angelov
2020-05-22 08:36:56 +03:00
parent 27644333a8
commit 7a4f26ac4f
4 changed files with 9 additions and 2 deletions

View File

@@ -3,6 +3,8 @@
// that can be found in the LICENSE file.
module sync
#flag -lpthread
// [init_with=new_mutex] // TODO: implement support for this struct attribute, and disallow Mutex{} from outside the sync.new_mutex() function.
[ref_only]
pub struct Mutex {