From 78d209a89dd3f663877126d2fb33064690fea8cb Mon Sep 17 00:00:00 2001 From: Asher Baker Date: Sat, 4 Nov 2017 20:06:37 +0000 Subject: [PATCH] Use configure flag to get 32-bit breakpad build --- breakpad.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/breakpad.sh b/breakpad.sh index 43cc446..f6ac753 100755 --- a/breakpad.sh +++ b/breakpad.sh @@ -23,6 +23,6 @@ fi cd build -CXXFLAGS=-m32 CFLAGS=-m32 CPPFLAGS=-m32 ../src/configure +../src/configure --enable-m32 make src/tools/linux/dump_syms/dump_syms