mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
build pcre2 lib only, no docs
This commit is contained in:
parent
eb20b43d2d
commit
7974aab6d3
1 changed files with 1 additions and 1 deletions
|
@ -798,7 +798,7 @@ fish: $(FISH_OBJS) obj/fish.o $(PCRE2_LIB)
|
|||
$(CXX) $(CXXFLAGS) $(LDFLAGS_FISH) $(FISH_OBJS) obj/fish.o $(LIBS) -o $@
|
||||
|
||||
$(PCRE2_H):
|
||||
(cd $(PCRE2_DIR) && autoreconf -i && ./configure $(PCRE2_CONFIG) && make)
|
||||
(cd $(PCRE2_DIR) && autoreconf -i && ./configure $(PCRE2_CONFIG) && make libpcre2-$(PCRE2_WIDTH).la)
|
||||
|
||||
$(PCRE2_LIB): $(PCRE2_H)
|
||||
|
||||
|
|
Loading…
Reference in a new issue