mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
bare: ArchLinux fix?
This commit is contained in:
parent
a8b5c00939
commit
2dcb8b3bb0
@ -110,7 +110,7 @@ fn (v mut V) cc() {
|
||||
v.out_name = v.out_name + '.so'
|
||||
}
|
||||
if v.pref.is_bare {
|
||||
a << '-nostdlib $vdir/vlib/os/bare/bare.S'
|
||||
a << '-static -nostdlib $vdir/vlib/os/bare/bare.S'
|
||||
}
|
||||
if v.pref.build_mode == .build_module {
|
||||
// Create the modules & out directory if it's not there.
|
||||
|
Loading…
Reference in New Issue
Block a user