mirror of
https://github.com/vlang/v.git
synced 2025-09-15 23:42:28 +03:00
x64 fixes
This commit is contained in:
parent
807c16dd1b
commit
b1d6021875
8 changed files with 74 additions and 128 deletions
|
@ -420,7 +420,7 @@ pub fn (v mut V) compile_x64() {
|
|||
println('v -x64 can only generate Linux binaries for now')
|
||||
println('You are not on a Linux system, so you will not ' + 'be able to run the resulting executable')
|
||||
}
|
||||
v.files << v.v_files_from_dir(filepath.join(v.pref.vlib_path,'builtin','bare'))
|
||||
//v.files << v.v_files_from_dir(filepath.join(v.pref.vlib_path,'builtin','bare'))
|
||||
v.files << v.dir
|
||||
|
||||
table := &table.Table{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue