mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-09 05:20:08 +01:00
fix indentation
This commit is contained in:
2
build.py
2
build.py
@@ -1455,7 +1455,7 @@ def cmd_build_wx(options, args):
|
||||
build_options.append("--osx_cocoa")
|
||||
|
||||
if options.mac_arch:
|
||||
build_options.append("--mac_universal_binary=%s" % options.mac_arch)
|
||||
build_options.append("--mac_universal_binary=%s" % options.mac_arch)
|
||||
else:
|
||||
build_options.append("--mac_universal_binary=default")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user