mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
builder: use .dylib for -shared builds in macOS
This commit is contained in:
@ -44,6 +44,7 @@ fn gen_gitignore(name string) string {
|
||||
'main',
|
||||
'$name',
|
||||
'*.so',
|
||||
'*.dylib',
|
||||
'*.dll'
|
||||
].join('\n')
|
||||
}
|
||||
|
Reference in New Issue
Block a user