Skip to content

Commit

Permalink
Merge pull request #3017 from mariux64/update-zlib
Browse files Browse the repository at this point in the history
zlib: Rebuild with optimization
  • Loading branch information
donald authored Nov 1, 2023
2 parents 1b208c8 + 9cfbec6 commit 7480378
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion zlib.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#!/bin/env beesh

# BEE_VERSION zlib-1.3-0
# BEE_VERSION zlib-1.3-1

#SRCURL="https://www.zlib.net/zlib-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/b49e70aacafacfceb1107943497f5545/zlib-1.3.tar.xz"

mee_configure() {
bee_configure -DCMAKE_BUILD_TYPE=Release
}

0 comments on commit 7480378

Please sign in to comment.