generated from archlinux/template
Some cleanup, stop hardcoding path of Python 2
Thanks ISSOtm
This commit is contained in:
parent
cd33bb9f80
commit
31fa464704
7
PKGBUILD
7
PKGBUILD
@ -121,10 +121,7 @@ prepare() {
|
|||||||
# Install skia deps (essentially runs git-sync-deps with the files already downloaded)
|
# Install skia deps (essentially runs git-sync-deps with the files already downloaded)
|
||||||
mkdir --parents --verbose skia/third_party/externals
|
mkdir --parents --verbose skia/third_party/externals
|
||||||
|
|
||||||
for _dep in buildtools common
|
ln --force --symbolic --verbose ../{buildtools,common} skia
|
||||||
do
|
|
||||||
ln --force --symbolic --verbose "../${_dep}" skia
|
|
||||||
done
|
|
||||||
|
|
||||||
for _dep in angle2 dawn dng_sdk egl-registry expat freetype harfbuzz icu imgui opencl-registry \
|
for _dep in angle2 dawn dng_sdk egl-registry expat freetype harfbuzz icu imgui opencl-registry \
|
||||||
libjpeg-turbo libpng libwebp lua microhttpd opencl-lib opengl-registry piex \
|
libjpeg-turbo libpng libwebp lua microhttpd opencl-lib opengl-registry piex \
|
||||||
@ -138,7 +135,7 @@ prepare() {
|
|||||||
cp --verbose skia/bin/gn skia/buildtools/linux64/gn
|
cp --verbose skia/bin/gn skia/buildtools/linux64/gn
|
||||||
|
|
||||||
mkdir --parents --verbose binsub
|
mkdir --parents --verbose binsub
|
||||||
ln --force --symbolic /usr/bin/python2 binsub/python
|
ln --force --symbolic $(which python2) binsub/python
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user