mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-22 04:03:11 +00:00
dumpbin doesn't exist in mingw
This commit is contained in:
committed by
David Goldblatt
parent
24766ccd5b
commit
a545f1804a
@@ -645,7 +645,13 @@ case "${host}" in
|
||||
DSO_LDFLAGS="-shared"
|
||||
link_whole_archive="1"
|
||||
fi
|
||||
DUMP_SYMS="dumpbin /SYMBOLS"
|
||||
case "${host}" in
|
||||
*-*-cygwin*)
|
||||
DUMP_SYMS="dumpbin /SYMBOLS"
|
||||
;;
|
||||
*)
|
||||
;;
|
||||
esac
|
||||
a="lib"
|
||||
libprefix=""
|
||||
SOREV="${so}"
|
||||
|
||||
Reference in New Issue
Block a user