Skip to content

Commit

Permalink
Merge pull request #1176 from mariux64/build-double-conversion-as-sha…
Browse files Browse the repository at this point in the history
…red-library

Build double-conversion as shared library
  • Loading branch information
pmenzel authored Jul 19, 2019
2 parents 2c60e3e + bcfe2cc commit 5a2db5d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions double-conversion.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION double-conversion-3.1.5-0
# BEE_VERSION double-conversion-3.1.5-1

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand Down Expand Up @@ -47,9 +47,10 @@ SRCURL[0]="https://github.com/google/double-conversion/archive/v${PKGVERSION}.ta
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}
mee_configure() {
bee_configure \
-DBUILD_SHARED_LIBS=ON
}

#mee_build() {
# bee_build
Expand Down

0 comments on commit 5a2db5d

Please sign in to comment.