Commit 9325fd8b by Yuly Novikov Committed by Commit Bot

Fix iOS build

Broken by crrev.com/c/2618040 Bug: angleproject:5417 Change-Id: Id4a81c3e933b679956c82356c14b5639d56b6859 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2622234Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarStephen White <senorblanco@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
parent 4dd9a5e1
...@@ -412,14 +412,14 @@ if (angle_standalone || build_with_chromium) { ...@@ -412,14 +412,14 @@ if (angle_standalone || build_with_chromium) {
use_raw_android_executable = true use_raw_android_executable = true
} }
} }
} if (is_ios) {
if (is_ios) { # We use a special main function on iOS to initialize UIKit before the normal main runs.
# We use a special main function on iOS to initialize UIKit before the normal main runs. ldflags = [
ldflags = [ "-e",
"-e", "_ios_main",
"_ios_main", ]
] sources += [ "$angle_root/util/ios/ios_main.mm" ]
sources += [ "$angle_root/util/ios/ios_main.mm" ] }
} }
} }
} }
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