Skip to content

Commit 69dfde1

Browse files
Addressed PR comment from @andy31415.
1 parent 66eb42a commit 69dfde1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/build/builders/host.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -430,8 +430,7 @@ def __init__(self, root, runner, app: HostApp, board=HostBoard.NATIVE,
430430
self.extra_gn_options.append('chip_enable_dnssd_tests=false')
431431

432432
if chip_casting_simplified is not None:
433-
if chip_casting_simplified:
434-
self.extra_gn_options.append('chip_casting_simplified=true')
433+
self.extra_gn_options.append(f'chip_casting_simplified={str(chip_casting_simplified).lower()}')
435434

436435
if self.board == HostBoard.ARM64:
437436
if not use_clang:

0 commit comments

Comments
 (0)