diff options
Diffstat (limited to 'plugins/perl/makefile-512.mak')
-rw-r--r-- | plugins/perl/makefile-512.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/perl/makefile-512.mak b/plugins/perl/makefile-512.mak index 4ba6a7f7..523c1dcf 100644 --- a/plugins/perl/makefile-512.mak +++ b/plugins/perl/makefile-512.mak @@ -18,7 +18,7 @@ perl.def: echo xchat_plugin_get_info >> perl.def perl.obj: perl.c - $(CC) $(CFLAGS) perl.c $(GLIB) -I$(PERLPATH) -DPERL_DLL=\"$(PERLLIB).dll\" + $(CC) $(CFLAGS) perl.c $(GLIB) /I$(PERLPATH) /I.. /DPERL_DLL=\"$(PERLLIB).dll\" perl.c: xchat.pm.h |