mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
common: fix link error on at least one platform (no clue which one)
Bug and fix reported by tdprime
This commit is contained in:
parent
b01990124e
commit
92978b2c0f
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ target_link_libraries(common
|
|||
${Boost_FILESYSTEM_LIBRARY}
|
||||
${Boost_SYSTEM_LIBRARY}
|
||||
${Boost_THREAD_LIBRARY}
|
||||
${Boost_REGEX_LIBRARY}
|
||||
PRIVATE
|
||||
${EXTRA_LIBRARIES})
|
||||
|
||||
|
|
Loading…
Reference in a new issue