From 34e7352bb23c64795967cb3142a26807f11ea70b Mon Sep 17 00:00:00 2001 From: Leon Timmermans Date: Sun, 7 Feb 2021 00:16:21 +0100 Subject: Use auto-image-base on cygwin --- Makefile.SH | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.SH') diff --git a/Makefile.SH b/Makefile.SH index a661f288ff..e1455e1806 100755 --- a/Makefile.SH +++ b/Makefile.SH @@ -73,7 +73,7 @@ true) esac ;; cygwin*) - shrpldflags="$shrpldflags -Wl,--out-implib=libperl.dll.a -Wl,--image-base,0x52000000" + shrpldflags="$shrpldflags -Wl,--out-implib=libperl.dll.a" linklibperl="-L. -lperl" ;; sunos*) -- cgit v1.2.1