mirror of
https://github.com/curl/curl.git
synced 2026-08-24 20:43:47 +03:00
winbuild: add note on auto-detection of MACHINE in Makefile.vc
Closes #1265
This commit is contained in:
parent
62c857acd6
commit
3cc30e8207
1 changed files with 3 additions and 0 deletions
|
|
@ -57,7 +57,10 @@ ENABLE_SSPI = $(USE_SSPI)
|
|||
!ENDIF
|
||||
|
||||
# default options
|
||||
|
||||
!IFNDEF MACHINE
|
||||
# Note: nmake magically changes the value of PROCESSOR_ARCHITECTURE from "AMD64"
|
||||
# to "x86" when building in a 32 bit build environment on a 64 bit machine.
|
||||
!IF "$(PROCESSOR_ARCHITECTURE)"=="AMD64"
|
||||
MACHINE = x64
|
||||
!ELSE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue