Skip to content

Commit a3ac83c

Browse files
committed
clean(libevent).la
1 parent d35fd86 commit a3ac83c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

projects/libevent.org/package.yml

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ build:
2424
- make install
2525
- run: sed -i -e 's|{{deps.openssl.org.prefix}}|\${pcfiledir}/../../../../openssl.org/v{{deps.openssl.org.version.major}}|g' *.pc
2626
working-directory: '{{prefix}}/lib/pkgconfig'
27+
- run: find . -name '*.la' -exec rm {} \;
28+
working-directory: '{{prefix}}/lib'
2729
env:
2830
ARGS:
2931
- --disable-debug-mode

0 commit comments

Comments
 (0)