mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-04 06:06:17 +00:00
13 lines
228 B
Bash
13 lines
228 B
Bash
|
#!/bin/bash
|
||
|
# Copyright 2018-2020, Collabora, Ltd. and the Monado contributors
|
||
|
# SPDX-License-Identifier: BSL-1.0
|
||
|
|
||
|
(
|
||
|
cd $(dirname $0)
|
||
|
bash ./install-cross.sh
|
||
|
)
|
||
|
(
|
||
|
cd $(dirname $0)
|
||
|
bash ./build-openxr-openhmd.sh
|
||
|
)
|