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:
parent
ec2baa1a41
commit
01dca5e541
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue