Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SlawekNowy committed Oct 19, 2024
1 parent fba10c5 commit 0f37c5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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/Slaweknowy/pr_prosper_opengl.git","27b9f31103e63ee42042c0ea07392f5f36e32088")
get_submodule("pr_prosper_opengl","https://github.com/Silverlan/pr_prosper_opengl.git","f0c4b6800bded2f5b218fcb49e8460d28c8ceff6")
get_submodule("pr_prosper_vulkan","https://github.com/Silverlan/pr_prosper_vulkan.git","932a3596e24383accdb03d9f2c16ea5dc5c2ef5e")

os.chdir(curDir)
2 changes: 1 addition & 1 deletion build_scripts/user_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
add_pragma_module(
name = "pr_mount_external"
)
if platform == "windows":
if platform == "win32":
add_pragma_module(
name = "pr_luadoc"
)

0 comments on commit 0f37c5d

Please sign in to comment.