Skip to content

Commit

Permalink
Updated native_cctools based on upstream changes from bitcoin-core
Browse files Browse the repository at this point in the history
  • Loading branch information
mxaddict committed May 4, 2019
1 parent 33b205b commit 1e98cce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion depends/packages/native_cctools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ $(package)_cxx=$($(package)_extract_dir)/toolchain/bin/clang++
endef

define $(package)_preprocess_cmds
cd $($(package)_build_subdir); ./autogen.sh
cd $($(package)_build_subdir); ./autogen.sh && \
sed -i.old "/define HAVE_PTHREADS/d" ld64/src/ld/InputFiles.h
endef

define $(package)_config_cmds
Expand Down

0 comments on commit 1e98cce

Please sign in to comment.