mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-06 09:33:13 +02:00
fix CR style error
This commit is contained in:
parent
8a76753135
commit
b9d4791af2
1 changed files with 2 additions and 2 deletions
|
@ -83,7 +83,7 @@ endif()
|
|||
self.bootstrapEnv = os.environ.copy()
|
||||
self.buildEnv = os.environ.copy()
|
||||
self.prebuiltArchive = None
|
||||
usePrebuilt = False
|
||||
usePrebuilt = False
|
||||
# usePrebuild Disabled, to re-enabled using the prebuilt archives for GitHub action builds uncomment the following line:
|
||||
# usePrebuilt = ('CI_BUILD' in os.environ) and os.environ["CI_BUILD"] == "Github" and (not self.noClean)
|
||||
|
||||
|
@ -248,7 +248,7 @@ endif()
|
|||
print("Installing host tools")
|
||||
if (self.vcpkgBuildType):
|
||||
self.copyTripletForBuildType(self.hostTriplet)
|
||||
self.run(['install', '--triplet', self.getTripletWithBuildType(self.hostTriplet), 'hifi-host-tools'])
|
||||
self.run(['install', '--triplet', self.getTripletWithBuildType(self.hostTriplet), 'hifi-host-tools'])
|
||||
|
||||
# If not android, install the hifi-client-deps libraries
|
||||
if not self.args.android:
|
||||
|
|
Loading…
Reference in a new issue