mirror of
https://git.wownero.com/wowlet/wowlet.git
synced 2024-08-15 01:03:14 +00:00
Fix macOS builds
This commit is contained in:
parent
db5ba12190
commit
60540b87d0
1 changed files with 2 additions and 2 deletions
|
@ -198,10 +198,10 @@ target_link_libraries(feather-wow
|
|||
)
|
||||
|
||||
if(APPLE)
|
||||
target_link_libraries(feather
|
||||
target_link_libraries(feather-wow
|
||||
KDMacTouchBar
|
||||
)
|
||||
target_include_directories(feather
|
||||
target_include_directories(feather-wow
|
||||
PUBLIC ../contrib/KDMacTouchBar)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue