Skip to content

Commit fba3c42

Browse files
committed
clean(libaec).la
1 parent a2fa55b commit fba3c42

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

projects/dkrz.de/libaec/package.yml

+6-7
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,15 @@ distributable:
44

55
versions:
66
github: MathisRosenhauer/libaec
7-
strip: /^v/
87

98
build:
10-
script: |
11-
./configure $ARGS
12-
make --jobs {{ hw.concurrency }} install
9+
script:
10+
- ./configure $ARGS
11+
- make --jobs {{ hw.concurrency }} install
12+
- run: find . -name '*.la' -exec rm -f {} \;
13+
working-directory: ${{prefix}}/lib
1314
env:
1415
ARGS:
1516
- --prefix="{{prefix}}"
1617

17-
test:
18-
script: |
19-
cc -o testlibaec fixture.cpp -laec
18+
test: cc -o testlibaec fixture.cpp -laec

0 commit comments

Comments
 (0)