diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2019-05-19 14:40:15 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2019-05-19 14:40:15 -0700 |
commit | 533d9675271212f948b4284471b7be15d3a56d99 (patch) | |
tree | 1e0431bc61be7be56f442c54634a746b203eb6d4 /make.sh | |
parent | 34424c32c60c9f4ccbcce02e948da87045c1cc8c (diff) |
Make Cydia compile "out of the box" on Xcode 10.2.
Diffstat (limited to 'make.sh')
-rwxr-xr-x | make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ #!/bin/bash -DEVELOPER_DIR=/Applications/Xcode-5.1.1.app make "$@" +DEVELOPER_DIR=/Applications/Xcode-5.1.1.app make "$@" do32=yes |