Skip to content

Commit

Permalink
build: fix mkpeephole configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ofrobots committed Aug 25, 2016
1 parent c2b4912 commit b4ad793
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -760,6 +760,8 @@ def configure_node(o):
want_snapshots = not options.without_snapshot
o['variables']['want_separate_host_toolset'] = int(
cross_compiling and want_snapshots)
o['variables']['want_separate_host_toolset_mkpeephole'] = int(
cross_compiling)

if target_arch == 'arm':
configure_arm(o)
Expand Down

0 comments on commit b4ad793

Please sign in to comment.