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 dac50b3 commit c50b9e8Copy full SHA for c50b9e8
.github/actions/Build_and_Test_cppyy/action.yml
@@ -152,8 +152,8 @@ runs:
152
cd ..\cppyy-backend\build\
153
# Build and Install cppyy-backend
154
$env:INCLUDE=$env:CPLUS_INCLUDE_PATH
155
- $env:CC="cl.exe"
156
- $env:CXX="cl.exe"
+ $env:CC="C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.43.34808/bin/Hostx64/x64/cl.exe"
+ $env:CXX="C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.43.34808/bin/Hostx64/x64/cl.exe"
157
cmake -DCppInterOp_DIR=$env:CPPINTEROP_DIR -G Ninja ..
158
ninja -v
159
cp libcppyy-backend.dll $env:CPPINTEROP_DIR\lib\
0 commit comments