Kaydet (Commit) d1a26ef6 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

fix 64 bits build detection for cygwin

üst 21fa99f4
......@@ -2561,7 +2561,7 @@ cygwin*)
case "$host_cpu" in
i*86|x86_64)
if test "$CL_X64" = ""; then
if test "$CL_X64" != ""; then
CPU=X
CPUNAME=X86_64
OUTPATH=wntmscx$COMEX
......@@ -2770,7 +2770,7 @@ mingw*)
case "$host_cpu" in
i*86|x86_64)
if test "$CL_X64" = ""; then
if test "$CL_X64" != ""; then
CPU=X
CPUNAME=X86_64
OUTPATH=wntgccx$COMEX
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment