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 12:59:20 +0000 (14:59 +0200)
commit475ce437176e029a1c9143090b2bab0f554b987d
tree7ccbc8f39dbd9aaa28110d7f2f13b5dd9056b3fe
parent1e863408430801b9697737b08d30dc8ae682ca3f
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>
scripts/build-vtest.sh