We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49eacbe commit 1b0cd27Copy full SHA for 1b0cd27
.github/actions/Build_and_Test_cppyy/action.yml
@@ -153,7 +153,7 @@ runs:
153
# Build and Install cppyy-backend
154
cmake -DCppInterOp_DIR=$env:CPPINTEROP_DIR ..
155
cmake --build . --parallel ${{ env.ncpus }}
156
- cp libcppyy-backend.dll $CPPINTEROP_DIR\lib\
+ cp libcppyy-backend.lib $env:CPPINTEROP_DIR\lib\
157
cd ..
158
159
- name: Install CPyCppyy
0 commit comments