summaryrefslogtreecommitdiff
path: root/platform/iphone/detect.py
diff options
context:
space:
mode:
authorMarcel Admiraal <madmiraal@users.noreply.github.com>2020-08-21 16:40:43 +0100
committerMarcel Admiraal <madmiraal@users.noreply.github.com>2020-08-21 16:51:30 +0100
commit5f092cf7bb1c609bdb4c3ddfa48a56c0ed7eb5be (patch)
tree8546a19e293fc663c6f7c3e8cce3f72e9c6f4d6a /platform/iphone/detect.py
parent8c4f55663710af68304f3b84c86fe1fc1080784f (diff)
Fix new black style check failures in various files.
Diffstat (limited to 'platform/iphone/detect.py')
-rw-r--r--platform/iphone/detect.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/platform/iphone/detect.py b/platform/iphone/detect.py
index f4ef40a0ba..66579c1ad7 100644
--- a/platform/iphone/detect.py
+++ b/platform/iphone/detect.py
@@ -235,7 +235,10 @@ def configure(env):
env.Append(CPPDEFINES=["ICLOUD_ENABLED"])
env.Prepend(
- CPPPATH=["$IPHONESDK/usr/include", "$IPHONESDK/System/Library/Frameworks/AudioUnit.framework/Headers",]
+ CPPPATH=[
+ "$IPHONESDK/usr/include",
+ "$IPHONESDK/System/Library/Frameworks/AudioUnit.framework/Headers",
+ ]
)
env["ENV"]["CODESIGN_ALLOCATE"] = "/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/codesign_allocate"