Skip to content

Commit

Permalink
depends: swap cctools dsymutil for LLVM
Browse files Browse the repository at this point in the history
  • Loading branch information
fanquake committed May 3, 2024
1 parent 0ec6374 commit 4313feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depends/hosts/darwin.mk
Expand Up @@ -43,7 +43,7 @@ llvm_lib_dir=$(shell $(llvm_config_prog) --libdir)
darwin_OBJDUMP=$(shell $(SHELL) $(.SHELLFLAGS) "command -v llvm-objdump")
endif

cctools_TOOLS=AR RANLIB STRIP NM DSYMUTIL
cctools_TOOLS=AR RANLIB STRIP NM

# Make-only lowercase function
lc = $(subst A,a,$(subst B,b,$(subst C,c,$(subst D,d,$(subst E,e,$(subst F,f,$(subst G,g,$(subst H,h,$(subst I,i,$(subst J,j,$(subst K,k,$(subst L,l,$(subst M,m,$(subst N,n,$(subst O,o,$(subst P,p,$(subst Q,q,$(subst R,r,$(subst S,s,$(subst T,t,$(subst U,u,$(subst V,v,$(subst W,w,$(subst X,x,$(subst Y,y,$(subst Z,z,$1))))))))))))))))))))))))))
Expand Down

0 comments on commit 4313feb

Please sign in to comment.