7 lines
175 B
Plaintext
7 lines
175 B
Plaintext
|
Windows AMD64:
|
||
|
cd breakpad
|
||
|
if [[ ! -d out/win32_amd64 ]]; then
|
||
|
mkdir -p out/win32_amd64
|
||
|
fi
|
||
|
cd out/win32_amd64
|
||
|
#We dont build breakpad, we directly include that in out project
|