Changeset 287016 in webkit
- Timestamp:
- Dec 14, 2021, 1:03:03 AM (5 years ago)
- Location:
- trunk/Source/bmalloc
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
libpas/build.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/bmalloc/ChangeLog
r286958 r287016 1 2021-12-14 Yusuke Suzuki <ysuzuki@apple.com> 2 3 Unreviewed, fix Xcode build of libpas 4 https://bugs.webkit.org/show_bug.cgi?id=233821 5 6 r286934 broke build.sh for Xcode. This patch fixes it. 7 8 * libpas/build.sh: 9 1 10 2021-12-13 Elliott Williams <emw@apple.com> 2 11 -
trunk/Source/bmalloc/libpas/build.sh
r286934 r287016 97 97 ;; 98 98 *) 99 build_variant_xcodebuild 99 build_variant_xcodebuild $@ 100 100 ;; 101 101 esac
Note:
See TracChangeset
for help on using the changeset viewer.