From e1fd8b63b079d72d31bd7e0ea30fb7695891bc98 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 20 Mar 2025 05:04:26 +0100 Subject: META: A bunch of repository update for btb's relevancy. Signed-off-by: Amlal El Mahrouss --- tests/posix.json | 2 +- tests/win64.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/posix.json b/tests/posix.json index 90a94a1..17a6022 100644 --- a/tests/posix.json +++ b/tests/posix.json @@ -1,7 +1,7 @@ { "compiler_path": "g++", "compiler_std": "c++20", - "headers_path": ["BTBKit"], + "headers_path": ["lib"], "sources_path": ["example.cc"], "output_name": "example.elf", "compiler_flags": ["-fPIC"], diff --git a/tests/win64.json b/tests/win64.json index 718c9c5..1712d8b 100644 --- a/tests/win64.json +++ b/tests/win64.json @@ -1,7 +1,7 @@ { "compiler_path": "x86_64-w64-mingw32-g++", "compiler_std": "c++20", - "headers_path": ["BTBKit"], + "headers_path": ["lib"], "sources_path": ["example.cc"], "output_name": "example.elf", "compiler_flags": ["-fPIC"], -- cgit v1.2.3