summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2010-03-02 10:15:30 (GMT)
committerKevin Smith <git@kismith.co.uk>2010-03-02 14:11:00 (GMT)
commit1e55d19a900dae82947e18387cc695262b10ce26 (patch)
tree4ae56742430f399d7b68e5b411273830fc97b697 /Swiften/EventLoop
parentc1b98cacaf627481d13f974e3cd6653feabf41f7 (diff)
downloadswift-1e55d19a900dae82947e18387cc695262b10ce26.zip
swift-1e55d19a900dae82947e18387cc695262b10ce26.tar.bz2
Adding iPhone compilation
Diffstat (limited to 'Swiften/EventLoop')
-rw-r--r--Swiften/EventLoop/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/EventLoop/SConscript b/Swiften/EventLoop/SConscript
index 93341a3..5d1c3cb 100644
--- a/Swiften/EventLoop/SConscript
+++ b/Swiften/EventLoop/SConscript
@@ -7,7 +7,7 @@ sources = [
"SimpleEventLoop.cpp",
]
-if swiften_env["PLATFORM"] == "darwin" :
+if swiften_env["PLATFORM"] == "darwin" and swiften_env["target"] == "native":
sources += [
"Cocoa/CocoaEventLoop.mm",
"Cocoa/CocoaEvent.mm"