1
0
Fork 0

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.

This commit is contained in:
James Turner 2011-10-28 15:09:10 +01:00
parent 2da052d4ab
commit 956ba8845b

View file

@ -73,9 +73,9 @@ target_link_libraries(fgfs
${FG_LIBS}
${SIMGEAR_LIBRARIES}
${OPENSCENEGRAPH_LIBRARIES}
${ALUT_LIBRARY}
${OPENAL_LIBRARY}
${OPENGL_LIBRARIES}
${ALUT_LIBRARY}
${PLIB_LIBRARIES}
${LIBSVN_LIBRARIES}
${HLA_LIBRARIES}