ptitSeb / box64

Box64 - Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux devices
https://box86.org
MIT License
3.9k stars 286 forks source link

[X64LIBS] Changed x86/x64 libs install directory to prevent conflicts #1791

Closed ksco closed 2 months ago

ksco commented 2 months ago

I'm not sure about the pressure_vessel hack, do we need to do some changes there too?

ptitSeb commented 2 months ago

Yes, BOX64_LD_LIBRARY_PATH should be setup with that new path there.

ksco commented 2 months ago

Note there is also a BOX86_LD_LIBRARY_PATH in function pressure_vessel, is this a mistake?

Edit: Ah no, I think it's there for Box86 to work.