Skip to content

Commit

Permalink
build: update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Silverlan committed Dec 2, 2024
1 parent 5d57cce commit 025d51e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build_scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ def execbuildscript(filepath):
)
add_pragma_module(
name="pr_prosper_opengl",
commitSha="d73bf6dea11b1a79d5dc4715e224aa4cb15d0d48",
commitSha="9cf6bc0b8b26cbd044c2e202dc9be57cc87e7e1b",
repositoryUrl="https://github.com/Silverlan/pr_prosper_opengl.git"
)
add_pragma_module_prebuilt("Silverlan/pr_mount_external_prebuilt")
Expand Down Expand Up @@ -1136,7 +1136,7 @@ def download_addon(name,addonName,url,commitId=None):
curDir = os.getcwd()
if not skip_repository_updates:
if with_pfm:
download_addon("PFM","filmmaker","https://github.com/Silverlan/pfm.git","f41835d289e2b2da604a3f598590f7ffaaabbf9f")
download_addon("PFM","filmmaker","https://github.com/Silverlan/pfm.git","183eaf445f648b7c055b2ba1f5ff4f7681c3ae36")
download_addon("model editor","tool_model_editor","https://github.com/Silverlan/pragma_model_editor.git","a9ea4820f03be250bdf1e6951dad313561b75b17")

if with_vr:
Expand Down
4 changes: 2 additions & 2 deletions build_scripts/scripts/external_libs.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
get_submodule("util_versioned_archive","https://github.com/Silverlan/util_versioned_archive.git","e8db74a6ad9ed44d7e8a4492eb8fe44eae3452f6")
get_submodule("util_vmf","https://github.com/Silverlan/util_vmf.git","4e477b1425e1a7b9898975effaf527f661e792da")
get_submodule("util_zip","https://github.com/Silverlan/util_zip.git","d9bf05a5cbf71bf53f9fbea82c7352f870989ed1")
get_submodule("util_shadergraph","https://github.com/Silverlan/util_shadergraph.git","885dfe49e45fb21ff650f23c1edc342d3675f673")
get_submodule("util_shadergraph","https://github.com/Silverlan/util_shadergraph.git","10f7e88a6c62e265c058bb20381d5e56d1d36ea6")
get_submodule("vfilesystem","https://github.com/Silverlan/vfilesystem.git","3d6001b2202ac4eecb8d68de1909f72c22060a31")
get_submodule("wgui","https://github.com/Silverlan/wgui.git","66d3758336d6e58046813a30298a6a3d9af74318")
get_submodule("wgui","https://github.com/Silverlan/wgui.git","edf2c8badee0012274da4ec4a4b2c45223218b90")
get_submodule("util_unicode","https://github.com/Silverlan/util_unicode.git","5a0ac6c02f199e42d7d38d99231503cf42e26f8a")
get_submodule("cppbezierfit","https://github.com/Silverlan/cppbezierfit.git","b1f76c0187411230ebe59fa606292b0947e730b6")

Expand Down
2 changes: 1 addition & 1 deletion build_scripts/scripts/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
get_submodule("interfaces","https://github.com/Silverlan/pragma_interfaces.git","48c1b84f2245324e90871924e4f606f846197818")
get_submodule("pr_audio_dummy","https://github.com/Silverlan/pr_audio_dummy.git","1a806a1a7b2283bd8551d07e4f1d680499f68b90")
get_submodule("pr_curl","https://github.com/Silverlan/pr_curl.git","974c67cc76710809a9595fcfbc4167554799cd7f")
get_submodule("pr_prosper_opengl","https://github.com/Silverlan/pr_prosper_opengl.git","d73bf6dea11b1a79d5dc4715e224aa4cb15d0d48")
get_submodule("pr_prosper_opengl","https://github.com/Silverlan/pr_prosper_opengl.git","9cf6bc0b8b26cbd044c2e202dc9be57cc87e7e1b")
get_submodule("pr_prosper_vulkan","https://github.com/Silverlan/pr_prosper_vulkan.git","b629cd60523450274277cfd353bc78f9aed4c2fa")

os.chdir(curDir)

0 comments on commit 025d51e

Please sign in to comment.