forked from aniani/vim
patch 8.1.0478: cannot build with perl using MinGW
Problem: Cannot build with perl using MinGW. Solution: Add -I. (Ken takata, Cesar Romani)
This commit is contained in:
@@ -1049,7 +1049,7 @@ auto/if_perl.c: if_perl.xs typemap
|
||||
$(PERLTYPEMAP) if_perl.xs -output $@
|
||||
|
||||
$(OUTDIR)/if_perl.o: auto/if_perl.c $(INCL)
|
||||
$(CC) -c $(CFLAGS) auto/if_perl.c -o $(OUTDIR)/if_perl.o
|
||||
$(CC) -c $(CFLAGS) -I. auto/if_perl.c -o $(OUTDIR)/if_perl.o
|
||||
|
||||
|
||||
$(OUTDIR)/if_ruby.o: if_ruby.c $(INCL)
|
||||
|
||||
@@ -792,6 +792,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
478,
|
||||
/**/
|
||||
477,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user