Skip to content

Commit

Permalink
Merge pull request #115 from mariux64/build-shared-llvm-libraries
Browse files Browse the repository at this point in the history
Build shared LLVM libraries
  • Loading branch information
donald authored Sep 6, 2016
2 parents ad9f39c + 47f16f7 commit 2176c79
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions llvm.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION llvm-3.8.1-0
# BEE_VERSION llvm-3.8.1-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 @@ -53,9 +53,10 @@ SRCURL[0]="http://llvm.org/releases/${PKGVERSION}/llvm-${PKGVERSION}.src.tar.xz"
# bee_patch "${@}"
#}

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

#mee_build() {
# bee_build
Expand Down

0 comments on commit 2176c79

Please sign in to comment.