]> git.mxchange.org Git - flightgear.git/commit
Fix Mac crashing on exit - link order determines library load order at runtime, and...
authorJames Turner <zakalawe@mac.com>
Fri, 28 Oct 2011 14:09:10 +0000 (15:09 +0100)
committerJames Turner <zakalawe@mac.com>
Fri, 28 Oct 2011 14:09:10 +0000 (15:09 +0100)
commit956ba8845bc8ac4926612559fe6e1adec39db0ce
treea5c6c132ebb25d166ad3690c72fa7def89e30e84
parent2da052d4abbf270255ca93866001a72b7de9dfc0
Fix Mac crashing on exit - link order determines library load order at runtime, and both ALUT and OpenAL.framework (on Mac) define the alut symbols. Fix the order so we always use ALUT.framework for the alut symbols.
src/Main/CMakeLists.txt