vxx2 / vlib / v / checker / tests / hash_flag_backticks_err.out
5 lines · 5 sloc · 364 bytes · 00b9f0d76cc0e621c7dc3343cd3e9b047531191a
Raw
1vlib/v/checker/tests/hash_flag_backticks_err.vv:1:1: error: bad #flag `darwin `sdl2-config --cflags --libs` -lSDL2`: shell command substitution with backticks is not supported; use #pkgconfig or explicit flags instead
2 1 | #flag darwin `sdl2-config --cflags --libs` -lSDL2
3 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4 2 |
5 3 | fn main() {}
6