Skip to content

Commit

Permalink
Make sure finalize_options() is called with command line args appli…
Browse files Browse the repository at this point in the history
…ed (#41)
  • Loading branch information
nikmolnar authored and therealphildini committed May 23, 2017
1 parent 58ba018 commit 9f4d90a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions briefcase/ios.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ def finalize_options(self):
if getattr(self, attr) is None:
setattr(self, attr, getattr(finalized, attr))

super(ios, self).finalize_options()

# Set platform-specific options
self.platform = 'iOS'
self.support_project = "pybee/Python-Apple-Support"
Expand Down

0 comments on commit 9f4d90a

Please sign in to comment.