fix `configure' typo for MinGW
This commit is contained in:
parent
5b016b4c32
commit
bca4f47188
2
src/configure
vendored
2
src/configure
vendored
|
@ -4025,7 +4025,7 @@ case "$host_os" in
|
|||
mingw*)
|
||||
enable_parallel_by_default=yes
|
||||
use_flag_pthread=no
|
||||
MZOPTIONS="$MZOPTIONS -fno-omit-framepointer" # to make JIT backtraces work
|
||||
MZOPTIONS="$MZOPTIONS -fno-omit-frame-pointer" # to make JIT backtraces work
|
||||
MINGW=""
|
||||
NOT_MINGW=".other"
|
||||
MZINSTALLTARGET=mingw-install
|
||||
|
|
|
@ -560,7 +560,7 @@ case "$host_os" in
|
|||
mingw*)
|
||||
enable_parallel_by_default=yes
|
||||
use_flag_pthread=no
|
||||
MZOPTIONS="$MZOPTIONS -fno-omit-framepointer" # to make JIT backtraces work
|
||||
MZOPTIONS="$MZOPTIONS -fno-omit-frame-pointer" # to make JIT backtraces work
|
||||
MINGW=""
|
||||
NOT_MINGW=".other"
|
||||
MZINSTALLTARGET=mingw-install
|
||||
|
|
Loading…
Reference in New Issue
Block a user