mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
Issue #1288 - Part 3: Update woff2 component to 1.0.2
This commit is contained in:
parent
da2e08390c
commit
66b4db7c31
34 changed files with 554 additions and 583 deletions
|
|
@ -11,10 +11,11 @@ COMMIT=`(cd ${MY_TEMP_DIR}/woff2 && git log | head -n 1)`
|
|||
perl -p -i -e "s/\[commit [0-9a-f]{40}\]/[${COMMIT}]/" README.mozilla;
|
||||
|
||||
rm -rf src
|
||||
rm -rf include
|
||||
mv ${MY_TEMP_DIR}/woff2/src src
|
||||
patch -p3 < redefine-unique_ptr.patch
|
||||
mv ${MY_TEMP_DIR}/woff2/include include
|
||||
rm -rf ${MY_TEMP_DIR}
|
||||
hg add src
|
||||
|
||||
|
||||
echo "###"
|
||||
echo "### Updated woff2/src to $COMMIT."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue