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 2dc1c30 commit dac50b3Copy full SHA for dac50b3
.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="cl.exe"
+ $env:CXX="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