Skip to content

Commit

Permalink
CI: Bleh
Browse files Browse the repository at this point in the history
  • Loading branch information
DatCaptainHorse committed Aug 14, 2024
1 parent 6ecb354 commit a23a31a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/cmake-windows-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@ jobs:
$env:PYTHON_INCLUDE_DIR = "C:\Python312\include"
$env:PYTHON_LIBRARY = "C:\Python312\libs\python312.lib"
- name: Set up Clang
uses: egor-tensin/setup-clang@v1
with:
version: 18
platform: x64

- uses: lukka/get-cmake@latest

- name: Configure CMake
Expand Down
5 changes: 5 additions & 0 deletions Source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,13 @@ target_link_libraries(ChatNotifier PUBLIC
)

if (WIN32)
target_link_directories(ChatNotifier PRIVATE
${Python_LIBRARY_DIRS}
)

target_link_libraries(ChatNotifier PRIVATE
ws2_32
${Python_LIBRARIES}
)
endif ()

Expand Down

0 comments on commit a23a31a

Please sign in to comment.