mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix(xcb)
This commit is contained in:
parent
45b60286ff
commit
04282f824d
|
@ -24,7 +24,8 @@ build:
|
||||||
if: <1.16
|
if: <1.16
|
||||||
- ./configure $ARGS
|
- ./configure $ARGS
|
||||||
- make --jobs {{ hw.concurrency }} install
|
- make --jobs {{ hw.concurrency }} install
|
||||||
- run: sed -i 's/\+brewing//g' *.la
|
# .la are unrelocatable, but only used if found
|
||||||
|
- run: rm *.la
|
||||||
working-directory: ${{prefix}}/lib
|
working-directory: ${{prefix}}/lib
|
||||||
env:
|
env:
|
||||||
SHELF: ${{pkgx.prefix}}/x.org
|
SHELF: ${{pkgx.prefix}}/x.org
|
||||||
|
|
Loading…
Reference in a new issue