From b9d4791af2dc6b9de4624da61f3fe61a774cb95c Mon Sep 17 00:00:00 2001 From: Thijs Wenker Date: Fri, 8 May 2020 00:55:43 +0200 Subject: [PATCH] fix CR style error --- hifi_vcpkg.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hifi_vcpkg.py b/hifi_vcpkg.py index 569bd49545..1b9976da6e 100644 --- a/hifi_vcpkg.py +++ b/hifi_vcpkg.py @@ -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: