mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-23 05:03:10 +00:00
autoconf: Support cygwin in addition to mingw
This commit is contained in:
@@ -330,7 +330,7 @@ case "${host}" in
|
||||
fi
|
||||
abi="xcoff"
|
||||
;;
|
||||
*-*-mingw*)
|
||||
*-*-mingw* | *-*-cygwin*)
|
||||
abi="pecoff"
|
||||
force_tls="0"
|
||||
RPATH=""
|
||||
|
||||
Reference in New Issue
Block a user