Fix tdapi bigobj linking.
GitOrigin-RevId: 46db6ce5768d513d44f7daf46bd0b10680e837e0
This commit is contained in:
parent
7a649c23f1
commit
6674359694
@ -869,6 +869,7 @@ if (WIN32 OR CYGWIN)
|
||||
endif()
|
||||
endif()
|
||||
if (BIGOBJ)
|
||||
target_compile_options(tdapi PUBLIC ${BIGOBJ})
|
||||
target_compile_options(tdc PUBLIC ${BIGOBJ})
|
||||
target_compile_options(tdcore PUBLIC ${BIGOBJ})
|
||||
target_compile_options(tdclient PUBLIC ${BIGOBJ})
|
||||
|
Reference in New Issue
Block a user