Skip to content

Commit

Permalink
I think this'll do it
Browse files Browse the repository at this point in the history
  • Loading branch information
beatboxchad committed Jun 21, 2024
1 parent 5ca84b2 commit 4fb8cd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@ jobs:
os-version: '2019'
qt-version: '5.15.2'
qt-arch: 'win64_mingw81'
vcpkg-triplet: 'x64-mingw-dynamic'
fftw-url: 'ftp://ftp.fftw.org/pub/fftw/fftw-3.3.5-dll64.zip'
cmake-generator: 'MinGW Makefiles'
chocolatey-options: '' # '--forcex86' for 32-bit build
Expand Down
2 changes: 1 addition & 1 deletion lang/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ if (FFTW3F_FOUND)
endif()

if (WIN32 AND SC_HIDAPI)
target_link_libraries(libsclang wsock32 ws2_32 portmidi iphlpapi hidapi::windows)
target_link_libraries(libsclang wsock32 ws2_32 portmidi iphlpapi hidapi::winapi)
elseif(WIN32)
target_link_libraries(libsclang wsock32 ws2_32 portmidi iphlpapi)
endif()
Expand Down

0 comments on commit 4fb8cd3

Please sign in to comment.