Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #43 from mariux64/fix-ninja
buildtypes/meson: introduce BEE_NINJAFLAGS
  • Loading branch information
wwwutz committed Nov 15, 2019
2 parents 450fe00 + 4ea25d8 commit 0969bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildtypes/meson.sh.in
Expand Up @@ -45,7 +45,7 @@ bee_configure() {
#### bee_build() ##############################################################

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

#### bee_install() ############################################################
Expand Down

0 comments on commit 0969bcb

Please sign in to comment.