depends: no-longer nuke libc++abi.so* in native_clang package

We weren't copying it over in any case.
This commit is contained in:
fanquake 2023-04-19 10:08:30 +01:00
parent c2f2abd0a4
commit 9ae854da19
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

View file

@ -9,10 +9,6 @@ $(package)_file_name=clang+llvm-$($(package)_version)-x86_64-linux-gnu-ubuntu-16
$(package)_sha256_hash=48b83ef827ac2c213d5b64f5ad7ed082c8bcb712b46644e0dc5045c6f462c231
endif
define $(package)_preprocess_cmds
rm -f $($(package)_extract_dir)/lib/libc++abi.so*
endef
define $(package)_stage_cmds
mkdir -p $($(package)_staging_prefix_dir)/lib/clang/$($(package)_version)/include && \
mkdir -p $($(package)_staging_prefix_dir)/bin && \