Skip to content

Commit

Permalink
Fixes NO_MINDBENDER to skip stagging as well
Browse files Browse the repository at this point in the history
  • Loading branch information
netj committed Jan 8, 2017
1 parent 5016414 commit 7013f05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,10 @@ stage util/draw_calibration_plot util/
stage util/calibration.py util/
stage util/calibration.plg util/

if [[ -z $NO_MINDBENDER ]]; then
stage .build/submodule/util/mindbender/@prefix@/ mindbender/
stage util/mindbender-wrapper.sh bin/mindbender
fi

# runtime dependencies after building them from source
! [[ -e extern/.build/bundled ]] ||
Expand Down

0 comments on commit 7013f05

Please sign in to comment.