mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-22 04:03:11 +00:00
Merge pull request #128 from daverigby/cygwin
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