Skip to content

Commit 030529d

Browse files
committed
Update script
1 parent 1f4e59f commit 030529d

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

build-all.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright 2019-2021 The Khronos Group Inc.
2+
# Copyright 2019-2023 The Khronos Group Inc.
33
# SPDX-License-Identifier: Apache-2.0
44

55
set -e
@@ -10,8 +10,7 @@ set -e
1010
./build-one.sh vulkan-docs-base 202206 "$@"
1111
./build-one.sh vulkan-docs 202206 "$@"
1212
./build-one.sh rust 202206 "$@"
13-
./build-one.sh openxr-base 202110 "$@"
14-
./build-one.sh openxr 202110 "$@"
15-
./build-one.sh openxr-sdk 202110 "$@"
13+
./build-one.sh openxr 20230614 "$@"
14+
./build-one.sh openxr-sdk 20230614 "$@"
1615
./build-one.sh openxr-pregenerated-sdk 202201 "$@"
1716
)

0 commit comments

Comments
 (0)