Skip to content

Commit 8817386

Browse files
committed
cmake install only copies the import library (.dll.a) to lib/, not the actual DLL. On Windows, DLLs need to be in a directory that's in PATH
1 parent 703c741 commit 8817386

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build_and_test_tidesdb.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ jobs:
152152
-S . -B build
153153
cmake --build build --config Release
154154
cmake --install build --prefix /mingw64
155+
cp build/libtidesdb.dll /mingw64/bin/
155156
156157
- name: Install Python
157158
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)