File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -468,7 +468,7 @@ jobs:
468468 CPLUS_INCLUDE_PATH="${LLVM_DIR}/llvm/include:${LLVM_DIR}/clang/include:${LLVM_BUILD_DIR}/include:${LLVM_BUILD_DIR}/tools/clang/include:$PWD/include"
469469 fi
470470
471- export CB_PYTHON_DIR="${{ github.workspace }}/cppyy-backend/ python"
471+ export CB_PYTHON_DIR="${{ github.workspace }}/python"
472472 export CPPINTEROP_DIR="$CB_PYTHON_DIR/cppyy_backend"
473473
474474 # Build CppInterOp next to cling and llvm-project.
Original file line number Diff line number Diff line change @@ -431,7 +431,7 @@ jobs:
431431 CPLUS_INCLUDE_PATH="${LLVM_DIR}/llvm/include:${LLVM_DIR}/clang/include:${LLVM_BUILD_DIR}/include:${LLVM_BUILD_DIR}/tools/clang/include:$PWD/include"
432432 fi
433433
434- export CB_PYTHON_DIR="${{ github.workspace }}/cppyy-backend/ python"
434+ export CB_PYTHON_DIR="${{ github.workspace }}/python"
435435 export CPPINTEROP_DIR="$CB_PYTHON_DIR/cppyy_backend"
436436
437437 # Build CppInterOp next to cling and llvm-project.
You can’t perform that action at this time.
0 commit comments