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 d5617db commit ea7586aCopy full SHA for ea7586a
.github/actions/Build_and_Test_cppyy/action.yml
@@ -151,7 +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
+ $env:INCLUDE=$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