Skip to content

Commit

Permalink
MacOS attempt to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
smolBlackCat committed Jul 11, 2024
1 parent e8bb51e commit 1dd338e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ target_link_libraries(abaddon ${CMAKE_DL_LIBS})

# i18n Settings
if (MINGW OR APPLE)
target_link_libraries(abaddon intl)
target_link_libraries(abaddon libintl)
target_include_directories(abaddon PUBLIC ${INTL_INCLUDE_DIRS})
target_link_directories(abaddon PUBLIC ${INTL_LIBRARY_DIRS})
endif()
Expand Down

0 comments on commit 1dd338e

Please sign in to comment.