Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ def host_arch():


def target_arch():
# TODO act on options.dest_cpu
return host_arch()
"""Destination architecture. One of arm, ia32 or x64. Defaults to host architecture."""
return options.dest_cpu or host_arch()


def configure_node(o):
Expand Down