mirror of
https://github.com/znc/znc.git
synced 2026-08-07 01:13:25 +02:00
Don't fail compilation of modperl/python if they are first
This commit is contained in:
@@ -25,7 +25,7 @@ modperl/swigperlrun.h:
|
||||
|
||||
modperl/ZNC.cpp: modperl/modperl.i modperl/module.h modperl/CString.i
|
||||
$(E) Generating ZNC API for Perl...
|
||||
@mkdir -p modperl
|
||||
@mkdir -p modperl .depend
|
||||
$(Q)$(SWIG) -perl5 -c++ -shadow -outdir modperl -I$(srcdir) -I$(srcdir)/../swig_lib/perl5 -MD -MF .depend/modperl.swig.dep -w362,315,401,402 -o $@ $<
|
||||
|
||||
modperl/ZNC.pm: modperl/ZNC.cpp
|
||||
|
||||
Reference in New Issue
Block a user