Skip to content

Commit a47967f

Browse files
committed
env: add PLOVER_BUILD_ROOT
1 parent f99917f commit a47967f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/plover.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ def run_phase(phase)
282282

283283
def run
284284
run_phase(:setup)
285-
Dir.chdir(flag(:build_root) || ".") do
285+
Dir.chdir(ENV["PLOVER_BUILD_ROOT"] || flag(:build_root) || ".") do
286286
run_phase(:before_build)
287287
run_phase(:build)
288288
run_phase(:after_build)

0 commit comments

Comments
 (0)