Commit 124cdcb5 by Yuly Novikov Committed by Commit Bot

Don't build angle_end2end_tests_mac_sources on iOS

Getting a compile error for them: ../../third_party/angle/src/tests/egl_tests/ EGLIOSurfaceClientBufferTest.cpp:16:10: fatal error: 'IOSurface/IOSurface.h' file not found include <IOSurface/IOSurface.h> ^~~~~~~~~~~~~~~~~~~~~~~ ../../third_party/angle/src/tests/egl_tests/ EGLIOSurfaceClientBufferTest.cpp:16:10: note: did not find header 'IOSurface.h' in framework 'IOSurface' (loaded from '/opt/s/w/ir/cache/xcode_ios_12a7209.app/Contents/ Developer/Platforms/iPhoneOS.platform/Developer/SDKs/ iPhoneOS14.0.sdk/System/Library/Frameworks') Bug: angleproject:5417 Change-Id: I60198bbacc0726a9842fe37fad5b10b9afff37a4 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2628129Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
parent 6c79df68
......@@ -160,7 +160,7 @@ if (is_win || is_linux || is_chromeos || is_android || is_fuchsia || is_apple) {
sources = angle_end2end_tests_sources + [ "angle_end2end_tests_main.cpp" ]
libs = []
if (is_mac || (is_ios && target_environment != "simulator")) {
if (is_mac) {
sources += angle_end2end_tests_mac_sources
frameworks = [
"CoreFoundation.framework",
......
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