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 5440570 commit d5617dbCopy full SHA for d5617db
.github/actions/Build_and_Test_cppyy/action.yml
@@ -151,6 +151,7 @@ runs:
151
cmake --build . --target install --parallel ${{ env.ncpus }}
152
cd ..\cppyy-backend\build\
153
# Build and Install cppyy-backend
154
+ $env:C_INCLUDE_PATH=$env:CPLUS_INCLUDE_PATH
155
cmake -DCppInterOp_DIR=$env:CPPINTEROP_DIR ..
156
cmake --build . --parallel ${{ env.ncpus }}
157
cp libcppyy-backend.lib $env:CPPINTEROP_DIR\lib\
0 commit comments