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:
parent
2da052d4ab
commit
956ba8845b
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue