mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 03:37:26 +08:00
another attempt to fix the ci build
This commit is contained in:
parent
1e34e3191b
commit
ddb6a2a8fd
@ -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) && autoconf && ./configure $(PCRE2_CONFIG) && make)
|
||||
(cd $(PCRE2_DIR) && autoreconf -i && ./configure $(PCRE2_CONFIG) && make)
|
||||
|
||||
$(PCRE2_LIB): $(PCRE2_H)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user