This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Oops, fix memory leak just introduced by 3fcdbd32b2
[perl5.git] / win32 / Makefile
index 7a8f96d..40c6768 100644 (file)
@@ -957,7 +957,7 @@ $(CONFIGPM) : $(MINIPERL) ..\config.sh config_h.PL ..\minimod.pl
 
 $(MINIPERL) : $(MINIDIR) $(MINI_OBJ)
        $(LINK32) -subsystem:console -out:$@ @<<
-       $(LINK_FLAGS) $(LIBFILES) $(MINI_OBJ)
+       $(LINK_FLAGS) $(DELAYLOAD) $(LIBFILES) $(MINI_OBJ)
 <<
        $(EMBED_EXE_MANI)