- Home /
Question by
joaomesq · Nov 07, 2013 at 11:16 PM ·
buildmac64-bitcommand-line
Build standalone macosx player 64 bit from the command line
The docs show that Linux has different flags for 32 and 64 bit. Is there an equivalent to MacOSX?
Thank you.
Comment
Answer by Nition · Nov 08, 2013 at 12:42 AM
Yep, same as Linux: http://docs.unity3d.com/Documentation/ScriptReference/BuildTarget.html
yes, you can do that if you use -execute$$anonymous$$ethod but i was asking specifically if a command line flag is available. it doesn't seem to if you take this page into account http://docs.unity3d.com/Documentation/$$anonymous$$anual/CommandLineArguments.html
thanks
Ah sorry, I see what you mean. I think you'll need to use execute$$anonymous$$ethod as you say.