Lisp HUG Maillist Archive

save-universal-from-script

Anyone using this function for building Mac universal binaries? I  
have run into a couple of problems and I'm not sure if they are bugs  
or pilot error.

The two images are built, but neither one is called with the -lw-save- 
argument-real option. So any build actions will run twice when it  
would be helpful to have them run only on the "final" build.

The other thing I find strange is the need to specify the full path  
of the final image in the save-universal-from-script call. This is  
already specified by the the call to deliver. I had some functions  
that computed the path for deliver, so that now has to be setup  
separately before calling save-universal-from-script (or just stick a  
hard-coded path there).

The application builder manages to do everything right using the  
existing build script with no modifications, so I was hoping this  
function would do things the same way. I would rather not use the  
application builder because I find it convenient to pass command line  
args to the build process to make different types of applications  
(test, debug, etc).

Thanks,


John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL


Updated at: 2020-12-10 08:47 UTC