Skip to content

Commit

Permalink
build: update submodule "pr_curl"
Browse files Browse the repository at this point in the history
  • Loading branch information
Silverlan committed May 18, 2024
1 parent 1ba87f9 commit f62443d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build_scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ def execbuildscript(filepath):
if with_core_pfm_modules or with_all_pfm_modules:
add_pragma_module(
name="pr_curl",
commitSha="025c6d150ba88031f1b7b9a1bcc387b746e1ac89",
commitSha="d49b477d77310737fd5f88d49e35b7db58f9718c",
repositoryUrl="https://github.com/Silverlan/pr_curl.git"
)
add_pragma_module(
Expand All @@ -767,7 +767,7 @@ def execbuildscript(filepath):
)
add_pragma_module(
name="pr_curl",
commitSha="025c6d150ba88031f1b7b9a1bcc387b746e1ac89",
commitSha="d49b477d77310737fd5f88d49e35b7db58f9718c",
repositoryUrl="https://github.com/Silverlan/pr_curl.git"
)
add_pragma_module(
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","874295b")
get_submodule("pr_audio_dummy","https://github.com/Silverlan/pr_audio_dummy.git","f944362b82ef8d1c80c1ae2fe18785eb92ad32fe")
get_submodule("pr_curl","https://github.com/Silverlan/pr_curl.git","025c6d150ba88031f1b7b9a1bcc387b746e1ac89")
get_submodule("pr_curl","https://github.com/Silverlan/pr_curl.git","d49b477d77310737fd5f88d49e35b7db58f9718c")
get_submodule("pr_prosper_opengl","https://github.com/Silverlan/pr_prosper_opengl.git","a268347")
get_submodule("pr_prosper_vulkan","https://github.com/Silverlan/pr_prosper_vulkan.git","4e1f498386511a1370b4da1d1f466d7784b03cba")

Expand Down

0 comments on commit f62443d

Please sign in to comment.