Skip to content

Commit

Permalink
depends: no-longer nuke libc++abi.so* in native_clang package
Browse files Browse the repository at this point in the history
We weren't copying it over in any case.
  • Loading branch information
fanquake authored and div72 committed Dec 3, 2023
1 parent 9f5ab15 commit e5a57ad
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions depends/packages/native_clang.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ $(package)_download_file=clang+llvm-$($(package)_version)-x86_64-linux-gnu-ubunt
$(package)_file_name=clang+llvm-$($(package)_version)-x86_64-linux-gnu-ubuntu-16.04.tar.xz
$(package)_sha256_hash=48b83ef827ac2c213d5b64f5ad7ed082c8bcb712b46644e0dc5045c6f462c231

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 && \
Expand Down

0 comments on commit e5a57ad

Please sign in to comment.