#26 Fix handling of --arch param when a target is specified
Closed 8 years ago by mikem. Opened 8 years ago by tmlcoch.

file modified
+1
@@ -1407,6 +1407,7 @@ 

          if not options.arch:

              print _("Please specify an arch")

              return 1

+         arch = options.arch

          target = session.getBuildTarget(options.target)

          if not target:

              parser.error(_("Invalid target: %s" % options.target))

no initial comment

thanks, rebasing and pulling in

Pull-Request has been closed by mikem

8 years ago
Metadata