Skip to content

Commit

Permalink
build: update submodules "pr_openvr", "wgui"
Browse files Browse the repository at this point in the history
  • Loading branch information
Silverlan committed Dec 31, 2023
1 parent 07f40d1 commit 10d627a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ def execbuildscript(filepath):
if with_vr:
add_pragma_module(
name="pr_openvr",
commitSha="c0a3f4b56bc74a946492fdf9ad0b0dd2fa2985c5",
commitSha="f66a5cf4e686de64ec02050bffe6496049d05c5f",
repositoryUrl="https://github.com/Silverlan/pr_openvr.git"
)

Expand Down
2 changes: 1 addition & 1 deletion build_scripts/scripts/external_libs.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
get_submodule("util_vmf","https://github.com/Silverlan/util_vmf.git","cdba99d")
get_submodule("util_zip","https://github.com/Silverlan/util_zip.git","63b2609")
get_submodule("vfilesystem","https://github.com/Silverlan/vfilesystem.git","867e856")
get_submodule("wgui","https://github.com/Silverlan/wgui.git","5e9997554ccac67b41d4d28cd68934b8e74b4c5d")
get_submodule("wgui","https://github.com/Silverlan/wgui.git","0f1b0192507e625054912b481ddfeff80e64dc08")

os.chdir(curDir)

0 comments on commit 10d627a

Please sign in to comment.