mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
another attempt to fix the ci build
This commit is contained in:
parent
1e34e3191b
commit
ddb6a2a8fd
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 $@
|
$(CXX) $(CXXFLAGS) $(LDFLAGS_FISH) $(FISH_OBJS) obj/fish.o $(LIBS) -o $@
|
||||||
|
|
||||||
$(PCRE2_H):
|
$(PCRE2_H):
|
||||||
(cd $(PCRE2_DIR) && autoconf && ./configure $(PCRE2_CONFIG) && make)
|
(cd $(PCRE2_DIR) && autoreconf -i && ./configure $(PCRE2_CONFIG) && make)
|
||||||
|
|
||||||
$(PCRE2_LIB): $(PCRE2_H)
|
$(PCRE2_LIB): $(PCRE2_H)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue