⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 287016 in webkit


Ignore:
Timestamp:
Dec 14, 2021, 1:03:03 AM (5 years ago)
Author:
ysuzuki@apple.com
Message:

Unreviewed, fix Xcode build of libpas
https://bugs.webkit.org/show_bug.cgi?id=233821

r286934 broke build.sh for Xcode. This patch fixes it.

  • libpas/build.sh:
Location:
trunk/Source/bmalloc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/bmalloc/ChangeLog

    r286958 r287016  
     12021-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
    1102021-12-13  Elliott Williams  <emw@apple.com>
    211
  • trunk/Source/bmalloc/libpas/build.sh

    r286934 r287016  
    9797            ;;
    9898        *)
    99             build_variant_xcodebuild
     99            build_variant_xcodebuild $@
    100100            ;;
    101101    esac
Note: See TracChangeset for help on using the changeset viewer.