1
0
Fork 0

Fix link order of HTS / flite for GCC ld

- Clang, gold etc don't care but GCC ld still does.
This commit is contained in:
James Turner 2014-04-04 11:25:12 +01:00
parent ec2baa1a41
commit 01dca5e541

View file

@ -145,7 +145,7 @@ target_link_libraries(fgfs
)
if(ENABLE_FLITE)
target_link_libraries(fgfs hts_engine flite_hts)
target_link_libraries(fgfs flite_hts hts_engine)
endif()
if (APPLE)