Skip to content

Commit 45a6d6f

Browse files
Update apbuild submodule ; hack to avoid ctype.h override
1 parent d08c4e5 commit 45a6d6f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

external/apbuild

Submodule apbuild updated 1 file

scripts/static_build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ elif [[ "$ARCH" == "aarch64" ]]; then
7373

7474
# using clang requires higher version of libstdc++, than provided in staticdeps, so remove it
7575
rm $STATIC_DEPS/lib/aarch64-linux-gnu/libstdc*
76+
rm $AP/ctype.h
7677
else
7778
echo unknown arch $ARCH
7879
exit 1

0 commit comments

Comments
 (0)