Kaydet (Commit) 69cf7d51 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Just look at $(CC) to find out which arch the tree is for

Change-Id: I0af01be14f992a4842d174f06815e65895f0ee69
üst e642eec3
...@@ -5,7 +5,7 @@ APP=lo-qa-sc-filters-test ...@@ -5,7 +5,7 @@ APP=lo-qa-sc-filters-test
# If run from Xcode, check the CURRENT_ARCH env var for which platform we are # If run from Xcode, check the CURRENT_ARCH env var for which platform we are
# building, device or simulator # building, device or simulator
ifeq ($(CURRENT_ARCH),i386) ifneq (,$(filter i386,$(CC)))
PLATFORM=iphonesimulator PLATFORM=iphonesimulator
else else
PLATFORM=iphoneos PLATFORM=iphoneos
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment