Skip to content

Commit dd69556

Browse files
committed
check-abi: explicitly provide public headers
Without this commit, the check-abi shell script outputs false positives because it consider some headers public that are actually not public.
1 parent bb528cf commit dd69556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/check-abi.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ checkout_and_build() {
4949
-DSECP256K1_BUILD_CTIME_TESTS=OFF \
5050
-DSECP256K1_BUILD_EXAMPLES=OFF
5151
cmake --build . -j "$(nproc)"
52-
abi-dumper src/libsecp256k1.so -o ABI.dump -lver "$2"
52+
abi-dumper src/libsecp256k1.so -o ABI.dump -lver "$2" -public-headers ../include/
5353
cd "$_orig_dir"
5454
}
5555

0 commit comments

Comments
 (0)