mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fix compilation
This commit is contained in:
parent
61b51f6149
commit
9062338cb4
@ -823,6 +823,7 @@ fn new_v(args []string) *V {
|
||||
files << f
|
||||
}
|
||||
}
|
||||
obfuscate := args.contains('-obf')
|
||||
return &V {
|
||||
os: _os
|
||||
out_name: out_name
|
||||
|
@ -1,8 +1,6 @@
|
||||
import net
|
||||
|
||||
fn test_dial() {
|
||||
|
||||
conn := net.dial('irc.freenode.org', 6667)
|
||||
println(conn.sockfd)
|
||||
|
||||
//conn := net.dial('irc.freenode.org', 6667)
|
||||
//println(conn.sockfd)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user