Skip to content

Commit

Permalink
build: update submodules "pr_curl", "pr_unirender", "pr_opencv"
Browse files Browse the repository at this point in the history
  • Loading branch information
Silverlan committed Jun 18, 2024
1 parent f73f12e commit 8766272
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build_scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ def execbuildscript(filepath):
if with_core_pfm_modules or with_all_pfm_modules:
add_pragma_module(
name="pr_curl",
commitSha="8b872b0a6ec64cf27b442a1df933190b780c183e",
commitSha="5d09bb6ed75fc1d6217069bad759c10c425d4d7b",
repositoryUrl="https://github.com/Silverlan/pr_curl.git"
)
add_pragma_module(
Expand All @@ -820,7 +820,7 @@ def execbuildscript(filepath):
)
add_pragma_module(
name="pr_unirender",
commitSha="fe6741de581ebf938aefd942a082a386443aab35",
commitSha="858ea7a3ad0a68d169d9bd4490e06d36d070fbaf",
repositoryUrl="https://github.com/Silverlan/pr_cycles.git"
)
add_pragma_module(
Expand All @@ -835,7 +835,7 @@ def execbuildscript(filepath):
)
add_pragma_module(
name="pr_opencv",
commitSha="02a55d912a1540ad5b92b758b7b57e721c7693ac",
commitSha="6206d3afa9551ff3b6d5ad9a97631ea366161881",
repositoryUrl="https://github.com/Silverlan/pr_opencv.git"
)

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 @@ -10,7 +10,7 @@
os.chdir(modules_dir)
get_submodule("interfaces","https://github.com/Silverlan/pragma_interfaces.git","48c1b84f2245324e90871924e4f606f846197818")
get_submodule("pr_audio_dummy","https://github.com/Silverlan/pr_audio_dummy.git","921b0bfb2df4e17d7dab439cce9066e71fa4cdd3")
get_submodule("pr_curl","https://github.com/Silverlan/pr_curl.git","8b872b0a6ec64cf27b442a1df933190b780c183e")
get_submodule("pr_curl","https://github.com/Silverlan/pr_curl.git","5d09bb6ed75fc1d6217069bad759c10c425d4d7b")
get_submodule("pr_prosper_opengl","https://github.com/Silverlan/pr_prosper_opengl.git","0b2676a6213c209e65ba7196d20f855776e72b21")
get_submodule("pr_prosper_vulkan","https://github.com/Silverlan/pr_prosper_vulkan.git","8f67850e5d4f4f6206a4e217d03d4277af464764")

Expand Down

0 comments on commit 8766272

Please sign in to comment.