summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Dubois <jand@activestate.com>2009-08-14 10:51:06 -0700
committerDavid Mitchell <davem@iabyn.com>2009-08-15 17:22:21 +0100
commit12378e95c4d03cd04288d10364c5b0514914333c (patch)
tree4d545c0f6920b6e0448a7bdea22837e7d50bf863
parenta1a09cafb42ac91a1ed85afe5a0a0b0336fecfc7 (diff)
downloadperl-12378e95c4d03cd04288d10364c5b0514914333c.tar.gz
Import WIN64 environment variable into makefile.mk
nmake.exe will import environment variables as macro definitions by default, but for dmake.exe we need to import them explicitly. (cherry picked from commit 9b1007c4e438dba14baad3734235d8f0f8cfa7fe)
-rw-r--r--win32/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/makefile.mk b/win32/makefile.mk
index 153a23cd5b..78491afe97 100644
--- a/win32/makefile.mk
+++ b/win32/makefile.mk
@@ -330,7 +330,7 @@ BUILDOPT += -DPERL_IMPLICIT_CONTEXT
BUILDOPT += -DPERL_IMPLICIT_SYS
.ENDIF
-.IMPORT .IGNORE : PROCESSOR_ARCHITECTURE PROCESSOR_ARCHITEW6432
+.IMPORT .IGNORE : PROCESSOR_ARCHITECTURE PROCESSOR_ARCHITEW6432 WIN64
PROCESSOR_ARCHITECTURE *= x86