CI: vtest: Fix the build script to properly work on MaOS
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 27 May 2025 12:48:48 +0000 (14:48 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 27 May 2025 13:21:54 +0000 (15:21 +0200)
commit27d9b7691ee4ea59b662859cd4f17a6178d2f578
tree756444043b9ede02c36069387f0a5205adbc97f7
parent435b2a52a13dc313c5e99623029b5dbfe6dfc723
CI: vtest: Fix the build script to properly work on MaOS

"config.h" header file is new in VTest2 and includes must be adapted to be
able to build VTest on MacOS. Let's add "-I." to make it work.

(cherry picked from commit 508e074a320cab94997b1e3a2a6a3c6c2d0501ac)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
(cherry picked from commit 475ce437176e029a1c9143090b2bab0f554b987d)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
scripts/build-vtest.sh