Hi, I'm thinking about adding support for universal binaries to bootloader for Mac OSX.
http://www.pyinstaller.org/ticket/384 I'm not sure how this should be implemented: Should we create only one version of bootloader which would be for i386 as well as for x86_64? Or keep 32/64 bit bootloaders and add new option like --universal-binary and distribute with pyinstaller 3rd bootloader version which would be a universal binary and would be in ./support/loader/Darwin-universal? -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
