Skip to content

Commit

Permalink
Revert "ci: Add gettext dependency to MacOS build"
Browse files Browse the repository at this point in the history
This reverts commit 01a0879.
  • Loading branch information
smolBlackCat committed Jun 26, 2024
1 parent 7bbc89c commit 612de7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ jobs:
- name: Fetch dependencies
run: |
brew install pkg-config
brew install gettext
brew install gtkmm3
brew install nlohmann-json
brew install jpeg
Expand Down
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,10 @@ target_link_libraries(abaddon ${NLOHMANN_JSON_LIBRARIES})
target_link_libraries(abaddon ${CMAKE_DL_LIBS})

# Sincerely, there ought be a better solution
if (LINUX)
target_link_libraries(abaddon ${INTL_LIBRARIES})
else()
if (MINGW)
target_link_libraries(abaddon intl)
else()
target_link_libraries(abaddon ${INTL_LIBRARIES})
endif()

target_link_libraries(abaddon CURL::libcurl)
Expand Down

0 comments on commit 612de7a

Please sign in to comment.