diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 1998-06-23 21:33:34 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 1998-06-23 21:33:34 +0000 |
commit | 6171aada48391517eec3e8586754a7de12006552 (patch) | |
tree | be4951c8cebfb62e1123f3c6c1f20caedcb3eb1a /win32 | |
parent | ba7e4437aa27a0775f31400cfe7bcaf273e14ef3 (diff) | |
download | perl-6171aada48391517eec3e8586754a7de12006552.tar.gz |
Perl_malloced_size() only available with perl's malloc
p4raw-id: //depot/ansiperl@1209
Diffstat (limited to 'win32')
-rw-r--r-- | win32/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/makefile.mk b/win32/makefile.mk index 2b5742325f..12c4340109 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -97,7 +97,7 @@ CCLIBDIR *= $(CCHOME)\lib # # specify space-separated list of extra directories to look for libraries # -EXTRALIBDIRS *= +EXTRALIBDIRS *= $(CCHOME)\i386-mingw32\lib # # set this to point to cmd.exe (only needed if you use some |