mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Make build system more independent of current directory.
This commit is contained in:
parent
ff4877b473
commit
cc4ea7507f
8 changed files with 14 additions and 9 deletions
|
@ -6,6 +6,8 @@
|
|||
|
||||
set -e
|
||||
|
||||
cd "$(dirname $0)/../.."
|
||||
|
||||
mkdir -p components/servo/target/doc
|
||||
./mach bootstrap-rust
|
||||
# Ordered so that:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue