Skip to content

Commit

Permalink
Add missing libm2k.exp to build artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Stanea <Adrian.Stanea@analog.com>
  • Loading branch information
Adrian-Stanea committed Oct 10, 2024
1 parent e68dcdf commit 8106ae2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CI/windows/make_windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ function Move-To-Build-Dir() {
Copy-Item -Path "*.dll" -Destination $BUILD_DIR
Copy-Item -Path "*.exe" -Destination $BUILD_DIR
Copy-Item -Path "*libm2k.lib" -Destination $BUILD_DIR
Copy-Item -Path "libm2k.exp" -Destination $BUILD_DIR
Copy-Item -Path "libm2k.dll" -Destination $BUILD_DIR
Copy-Item -Path "*.iss" -Destination $BUILD_DIR

Copy-Item -Path (Join-Path $OUTSIDE_BUILD "libiio-$ARCH\*.dll") -Destination $BUILD_DIR
Expand Down

0 comments on commit 8106ae2

Please sign in to comment.