mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-15 07:01:42 +03:00
Merge pull request #128 from daverigby/cygwin
autoconf: Support cygwin in addition to mingw
This commit is contained in:
commit
bbc5481cf9
1 changed files with 1 additions and 1 deletions
|
|
@ -330,7 +330,7 @@ case "${host}" in
|
|||
fi
|
||||
abi="xcoff"
|
||||
;;
|
||||
*-*-mingw*)
|
||||
*-*-mingw* | *-*-cygwin*)
|
||||
abi="pecoff"
|
||||
force_tls="0"
|
||||
RPATH=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue