Skip to content

Commit

Permalink
llvm: fix be0 BEE_NINJAFLAGS
Browse files Browse the repository at this point in the history
BEE_MAKEFLAGS is incompatible to ninja
  • Loading branch information
wwwutz committed Nov 14, 2019
1 parent 931a108 commit 7d0bcaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llvm.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION llvm-8.0.0-0
# BEE_VERSION llvm-8.0.0-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 @@ -67,7 +67,7 @@ mee_configure() {
}

mee_build() {
start_cmd ninja -v -C ${B} ${BEE_MAKEFLAGS} "${@}"
start_cmd ninja -v -C ${B} ${BEE_NINJAFLAGS} "${@}"
}

mee_install() {
Expand Down

0 comments on commit 7d0bcaa

Please sign in to comment.