summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2016-05-02 11:20:46 -0700
committerJosh Gao <jmgao@google.com>2016-05-02 11:20:46 -0700
commit60aaeb2bfa40ffefaa4ac579b82cc4ae61adb93e (patch)
treeefa4afbed105fc94f6f3991026f8e7f562db1cbe
parentabe5c08aee8f2602c40a951dae64daac4beb597a (diff)
downloadgdb-60aaeb2bfa40ffefaa4ac579b82cc4ae61adb93e.tar.gz
Actually don't build lzma on windows.ndk-r12bndk-r12-beta2ndk-r12-release
Change-Id: I539f78c2d8d32ab7561b6f8eab8ff56d7000fb47
-rwxr-xr-xbuild-gdb.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/build-gdb.sh b/build-gdb.sh
index 4f066c4cc..c3137a53d 100755
--- a/build-gdb.sh
+++ b/build-gdb.sh
@@ -233,9 +233,9 @@ build_host_gdb ()
;;
esac
- case "$BH_BUILD_CONFIG" in
- *windows*)
- # The liblzma build fails when targeting windows, for some reason.
+ case "$1" in
+ *windows)
+ # The liblzma build fails when targeting windows32, for some reason.
;;
*)