fix CR style error

This commit is contained in:
Thijs Wenker 2020-05-08 00:55:43 +02:00 committed by GitHub
parent 8a76753135
commit b9d4791af2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,7 +83,7 @@ endif()
self.bootstrapEnv = os.environ.copy() self.bootstrapEnv = os.environ.copy()
self.buildEnv = os.environ.copy() self.buildEnv = os.environ.copy()
self.prebuiltArchive = None self.prebuiltArchive = None
usePrebuilt = False usePrebuilt = False
# usePrebuild Disabled, to re-enabled using the prebuilt archives for GitHub action builds uncomment the following line: # 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) # 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") print("Installing host tools")
if (self.vcpkgBuildType): if (self.vcpkgBuildType):
self.copyTripletForBuildType(self.hostTriplet) 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 android, install the hifi-client-deps libraries
if not self.args.android: if not self.args.android: