Question about *_nix.c.v and *_windows.c.v files #21659
Answered
by
JalonSolov
mike-ward
asked this question in
Questions and Answers
-
I'm not seeing build rules for these |
Beta Was this translation helpful? Give feedback.
Answered by
JalonSolov
Jun 9, 2024
Replies: 1 comment
-
V will use the current platform, unless you tell it to compile for something else, using For platforms it knows about, see https://github.com/vlang/v/blob/master/vlib/v/pref/should_compile.v |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mike-ward
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
V will use the current platform, unless you tell it to compile for something else, using
-os
and/or-target
options.For platforms it knows about, see https://github.com/vlang/v/blob/master/vlib/v/pref/should_compile.v