Fix generating OS X installers: Set COMMAND_MODE=unix2003
authorIan Lynagh <igloo@earth.li>
Sun, 5 Oct 2008 22:27:15 +0000 (22:27 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 5 Oct 2008 22:27:15 +0000 (22:27 +0000)
commit2659a01009d7e1cf20aad947c2e6df0396407ff7
treea1b9d24c84e679f5ee34ea42a67a6913801ee824
parentb2a4e6bd520b414d391ab90ec5550d5e66740504
Fix generating OS X installers: Set COMMAND_MODE=unix2003
If we don't specify COMMAND_MODE=unix2003 then xcodebuild defaults
to setting it to legacy, which means that ar builds archives
without a table of contents. That makes the build fail later on.
distrib/MacOS/Makefile