Skip to content

Commit 7e19cf3

Browse files
committed
[build-script] Appease Python linter
1 parent e06bccd commit 7e19cf3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

utils/build-script

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,9 @@ class BuildScriptInvocation(object):
702702
]
703703

704704
# Isolate build from the system; Darwin toolchains build against SDKs.
705-
args.extra_cmake_options.append('-DCMAKE_IGNORE_PATH=/usr/lib;/usr/local/lib;/lib')
705+
args.extra_cmake_options.append(
706+
'-DCMAKE_IGNORE_PATH=/usr/lib;/usr/local/lib;/lib'
707+
)
706708

707709
if toolchain.libtool is not None:
708710
impl_args += [

0 commit comments

Comments
 (0)