diff options
author | fanquake <fanquake@gmail.com> | 2023-04-19 10:08:30 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2023-05-11 12:29:52 +0100 |
commit | 9ae854da193f3c4bda38a75e96f9b989b289baab (patch) | |
tree | 87806c0b459126fc0d0b6458d56127dfed1a10aa | |
parent | c2f2abd0a4f4bd18bfca41b632d21d803479f3f4 (diff) |
depends: no-longer nuke libc++abi.so* in native_clang package
We weren't copying it over in any case.
-rw-r--r-- | depends/packages/native_clang.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/depends/packages/native_clang.mk b/depends/packages/native_clang.mk index f2712294ab..b11037b83e 100644 --- a/depends/packages/native_clang.mk +++ b/depends/packages/native_clang.mk @@ -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 && \ |