Skip to content

Commit

Permalink
Merge pull request #61 from Silverlan/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Silverlan authored May 28, 2024
2 parents 62617a5 + 43d9de2 commit 363c756
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build_scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ def execscript(filepath):
l["cxx_compiler"] = cxx_compiler
l["no_confirm"] = no_confirm
l["no_sudo"] = no_sudo
l["no_libssl"] = no_libssl

execfile(filepath,g,l)

Expand Down Expand Up @@ -841,7 +842,7 @@ def execbuildscript(filepath):
if with_networking:
add_pragma_module(
name="pr_steam_networking_sockets",
commitSha="d1127f8c981be69448a68b4d4b7665a6e5df6cf4",
commitSha="c76bb55fdbd736f0d3992d44f2c867a365920aa5",
repositoryUrl="https://github.com/Silverlan/pr_steam_networking_sockets.git",
skipBuildTarget=True
)
Expand Down

0 comments on commit 363c756

Please sign in to comment.