Skip to content

Commit

Permalink
updated paths
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd committed Nov 6, 2023
1 parent d32edab commit 5a0b54d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/scripts/python_build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ $ErrorActionPreference = "Stop"
$SourceDir = $Args[0]
$BuildDir = $Args[1]

cmake -S $SourceDir -B $BuildDir -DADBC_BUILD_PYTHON=ON
cmake -S "$($SourceDir)\c" -B $BuildDir -DADBC_BUILD_PYTHON=ON
cmake --build build --target python
2 changes: 1 addition & 1 deletion ci/scripts/python_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ main() {

set -x

cmake -S ${source_dir} -B ${build_dir} -DADBC_BUILD_PYTHON=ON
cmake -S "${source_dir}/c" -B ${build_dir} -DADBC_BUILD_PYTHON=ON
cmake --build build --target python

set +x
Expand Down

0 comments on commit 5a0b54d

Please sign in to comment.