Fix build script issue.

master
Dominik Deák 3 years ago
parent 303ad25a47
commit 5cca2cfa66
  1. 2
      Scripts/build.py
  2. 2
      Synergy-Core

@ -17,7 +17,7 @@ def configureSubmodules():
print( statusBefore )
utility.runCommand( "git submodule update --init --remote --recursive" )
utility.runCommand( "git submodule foreach --recursive 'git fetch --tags'" )
utility.runCommand( "git submodule foreach --recursive \"git fetch --tags\"" )
if config.productCheckout:
os.chdir( config.productRepoPath )

@ -1 +1 @@
Subproject commit 37bbd3c0ee7708c0bf26bebcc115d02c97bbbe38
Subproject commit bcebb6519f6d3baeaf9fce27e0be81cf0e3737d7
Loading…
Cancel
Save