mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-06-28 09:45:45 +02:00
boost asio fix in android
This commit is contained in:
parent
d1761a1331
commit
dfd23821d7
1 changed files with 1 additions and 1 deletions
|
|
@ -1219,7 +1219,7 @@ target_link_libraries(core PUBLIC common PRIVATE audio_core hid_core network vid
|
|||
if (BOOST_NO_HEADERS)
|
||||
target_link_libraries(core PUBLIC Boost::container Boost::heap Boost::crc)
|
||||
if (NOT PLATFORM_EMSCRIPTEN)
|
||||
target_link_libraries(core PRIVATE Boost::asio Boost::process)
|
||||
target_link_libraries(core PUBLIC Boost::asio Boost::process)
|
||||
endif()
|
||||
else()
|
||||
target_link_libraries(core PUBLIC Boost::headers)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue