Skip to content

Commit

Permalink
remove build prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskermode committed Sep 28, 2023
1 parent 250b741 commit c126f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
curl -L $download_url -o pcre2.tar.gz
tar xvzf pcre2.tar.gz
cd pcre2-${pcre2_version}
./configure --prefix={build_dir}
./configure
make
make install
- name: Build wheels
Expand Down

0 comments on commit c126f24

Please sign in to comment.