Changeset 236897 in webkit
- Timestamp:
- Oct 6, 2018, 8:59:39 AM (7 years ago)
- Location:
- trunk/Source/ThirdParty/libwebrtc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/ThirdParty/libwebrtc/ChangeLog
r236896 r236897 1 2018-10-06 Dan Bernstein <mitz@apple.com> 2 3 Fixed iOS device production builds after r236896. 4 5 * Configurations/yasm.xcconfig: Excluding all sources when building for an iOS device meant 6 that nothing got built, which caused the install action to fail when it tried to copy 7 the built product. Just put things back the way they were for now. 8 1 9 2018-10-06 Dan Bernstein <mitz@apple.com> 2 10 -
trunk/Source/ThirdParty/libwebrtc/Configurations/yasm.xcconfig
r236896 r236897 19 19 EXCLUDED_SOURCE_FILE_NAMES[sdk=macos*] = *_neon.c arm_cpudetect.c *_arm.c sad.c; 20 20 EXCLUDED_SOURCE_FILE_NAMES[sdk=iphonesimulator*] = *_neon.c arm_cpudetect.c *_arm.c sad.c; 21 EXCLUDED_SOURCE_FILE_NAMES[sdk=iphoneos*] = * ;21 EXCLUDED_SOURCE_FILE_NAMES[sdk=iphoneos*] = *_sse2.c *_ssse3.c *_sse4.c *_avx2.c *_avx.c *_sse2.asm.o *_sse3.asm.o;
Note:
See TracChangeset
for help on using the changeset viewer.