Skip to content

Commit

Permalink
buildtypes/meson: introduce BEE_NINJAFLAGS
Browse files Browse the repository at this point in the history
Since `ninja` and `make` are not command line options compatible
the usage of BEE_MAKEFLAGS is wrong.

Use BEE_NINJAFLAGS instead.
  • Loading branch information
wwwutz committed Nov 14, 2019
1 parent 450fe00 commit 4ea25d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildtypes/meson.sh.in
Original file line number Diff line number Diff line change
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 4ea25d8

Please sign in to comment.