diff options
author | sL1pKn07 | 2022-09-01 23:40:08 +0200 |
---|---|---|
committer | sL1pKn07 | 2022-09-01 23:40:08 +0200 |
commit | 7d2f4aac5eef633b74aa8dbc49cf20a771ac29ec (patch) | |
tree | 842bf8d59bb3195032646a52e7ca5a841a987479 | |
parent | 15e4935909c19308135ee1438a04225d2f8fc86a (diff) | |
download | aur-7d2f4aac5eef633b74aa8dbc49cf20a771ac29ec.tar.gz |
bump
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -55,6 +55,7 @@ prepare() { cd libplacebo git config submodule.demos/3rdparty/nuklear.url "${srcdir}/Nuklear" + git config submodule.3rdparty/glad.url "${srcdir}/glad" git submodule update --init \ 3rdparty/glad \ demos/3rdparty/nuklear @@ -71,7 +72,7 @@ build() { -D tests=true \ -D demos=false - LC_ALL=C ninja + PYTHONPATH="${srcdir}/libplacebo/3rdparty/glad" LC_ALL=C ninja } |