mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: bare metal support (fix -freestanding) (#9624)
This commit is contained in:
@@ -26,7 +26,7 @@ mut:
|
||||
vstartup_lines []string // lines in the `VSTARTUP` file
|
||||
}
|
||||
|
||||
const is_stdin_a_pipe = (is_atty(0) == 0)
|
||||
const is_stdin_a_pipe = (os.is_atty(0) == 0)
|
||||
|
||||
const vexe = os.getenv('VEXE')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user