mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-08-04 14:37:34 +00:00
Fix Windows build
This commit is contained in:
parent
c9d3a48b62
commit
96b22330aa
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ set -eu
|
|||
# well, it would be worth pushd-ing to ROOT_DIR before invoking
|
||||
# them and making BUILD_DIR a relative path, viz. just "build".
|
||||
|
||||
export ROOT_DIR=${ROOT_DIR:-$(git rev-parse --show-toplevel)}
|
||||
export ROOT_DIR=${ROOT_DIR:-$(pwd)/$(git rev-parse --show-cdup)}
|
||||
export BUILD_DIR=${BUILD_DIR:-${ROOT_DIR}/build}
|
||||
export _DO_ACTION_INDENT=''
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue