Does anyone know, is there a way to set the build configuration of a project in darwinbuild? The relevant flag to xcodebuild is -configuration. In particular, I'm trying to build zfs under darwinbuild. For Leopard, this has to be compiled with the "Leopard_Release" configuration. I was unable to figure out how to force this setting, though it does build correctly within the chroot if xcodebuild is invoked manually... Thanks in advance!!
On Nov 24, 2008, at 7:48 AM, Benjamin Huntsman wrote:
Does anyone know, is there a way to set the build configuration of a project in darwinbuild?
I dont think there is a way to set this currently. It would be nice to add support for a configuration key in the plists. It shouldnt be too hard to add (just a simple darwinxref plugin plus some logic in the main darwinbuild script to add the flag to $build_string). File a ticket if one doesnt already exist, and attach patches if you can implement this. Thanks, -Bill
participants (2)
-
Benjamin Huntsman
-
William Siegrist