Skip to content

Commit 09c2352

Browse files
committed
changes in tools: Fixes #20
1 parent 73d5d4b commit 09c2352

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tools/setup-ios-build-env.bash

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
#!/bin/bash
22

3+
# This script creates a shell environment depending on the arguments we
4+
# provide, in which we are then able to build for simulator (either i386 or
5+
# x86_64) or for device (currently armv7 or armv7s) without issues.
6+
7+
38
SDK="iphoneos"
49
ARCH="armv7"
510

0 commit comments

Comments
 (0)