This commit is contained in:
Jacob Heider 2024-04-16 19:56:09 -04:00
parent 04282f824d
commit cd4bd81bfd
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -22,7 +22,8 @@ build:
script: script:
- ./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: find . -name '*.la' -exec rm {} \;
working-directory: ${{prefix}}/lib working-directory: ${{prefix}}/lib
env: env:
SHELF: ${{pkgx.prefix}}/x.org SHELF: ${{pkgx.prefix}}/x.org