Skip to content

Commit d393355

Browse files
authored
Update build_testapps.py (#1139)
1 parent 0505dbb commit d393355

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/gha/build_testapps.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,7 @@ def main(argv):
267267
"-DFIREBASE_PYTHON_HOST_EXECUTABLE:FILEPATH=%s" % sys.executable,
268268
))
269269

270-
if (_DESKTOP in platforms and FLAGS.packaged_sdk and
271-
utils.is_linux_os() and FLAGS.arch == "x86"):
270+
if (_DESKTOP in platforms and utils.is_linux_os() and FLAGS.arch == "x86"):
272271
# Write out a temporary toolchain file to force 32-bit Linux builds, as
273272
# the SDK-included toolchain file may not be present when building against
274273
# the packaged SDK.

0 commit comments

Comments
 (0)