I have a library that compiled in 64 bit and aligned to it.
The problem is that this library should work with 32 bit processes as well (now it will link only with 64 bit processes) and should be aligned to 32 bit as well.
is there a way to make it be aligned to both 32 and 64 bit?