Skip to content

Commit

Permalink
Remove extra arg
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Oct 28, 2024
1 parent a3b6e10 commit f280583
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/build/builders/host.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,6 @@ def __init__(self, root, runner, app: HostApp, board=HostBoard.NATIVE,
self.extra_gn_options.append('import("//build_overrides/pigweed.gni")')
self.extra_gn_options.append('import("//build_overrides/googletest.gni")')
self.extra_gn_options.append('pw_unit_test_BACKEND="$dir_pw_unit_test:googletest"')
self.extra_gn_options.append('pw_unit_test_MAIN="$dir_pigweed/third_party/googletest:gmock_main"')
self.extra_gn_options.append('dir_pw_third_party_googletest="$dir_googletest"')

def GnBuildArgs(self):
Expand Down

0 comments on commit f280583

Please sign in to comment.