Erik píše v Čt 03. 02. 2011 v 15:43 -0800: > > So is there any way to set this path during compile time so that I can > tell it to use a specific directory?
You will need to hardcode it in the C code of the bootloader and recompile the bootloader in ./trunk/source/ folder. The file to modify is in ./trunk/source/linux/utils.c. There is the code which sets the LD_LIBRARY_PATH. For details how to compile the bootloader from source see pyinstaller manual. -- 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.
