aboutsummaryrefslogtreecommitdiff
path: root/xcodebackend.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2014-03-31 20:21:21 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2014-03-31 20:21:21 +0300
commitc1c603f80413b6e45a3956011d9b0be2562eaad3 (patch)
tree535f99ad616fb0daea0a4d9f76b3183cd457871f /xcodebackend.py
parentc33014cc6321978ec2b40c916692b0a46fd7a8f7 (diff)
downloadmeson-c1c603f80413b6e45a3956011d9b0be2562eaad3.zip
meson-c1c603f80413b6e45a3956011d9b0be2562eaad3.tar.gz
meson-c1c603f80413b6e45a3956011d9b0be2562eaad3.tar.bz2
Some xcodeproj fixes.
Diffstat (limited to 'xcodebackend.py')
-rw-r--r--xcodebackend.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/xcodebackend.py b/xcodebackend.py
index 836a01f..a360a22 100644
--- a/xcodebackend.py
+++ b/xcodebackend.py
@@ -12,7 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-import backends
+import backends, build
+import uuid, os, sys
class XCodeBackend(backends.Backend):
def __init__(self, build, interp):