mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 18:06:57 +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.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:
|
||||||
|
|
Loading…
Reference in a new issue