chrxh / alien

ALIEN is a CUDA-powered artificial life simulation program.
https://alien-project.org
BSD 3-Clause "New" or "Revised" License
4.69k stars 141 forks source link

Fix the Linux build #37

Closed tlemo closed 2 years ago

tlemo commented 2 years ago

I just noticed a small problem with the Linux build

chrxh commented 2 years ago

Thanks for testing! Under Windows it worked strangely enough...

tlemo commented 2 years ago

Thanks for testing! Under Windows it worked strangely enough...

Multi-platform builds tend to have mysterious corners :) The MSVC linker has an iterative algorithm for resolving symbols, which makes it less sensitive to the order libraries are presented to the linker.