Skip to content

Commit

Permalink
Add enable-posixmutexes
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs committed Aug 20, 2023
1 parent de98acf commit 66720e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
wget https://download.oracle.com/berkeley-db/db-4.8.30.NC.tar.gz
tar xvf db-4.8.30.NC.tar.gz
cd db-4.8.30.NC/build_unix
../dist/configure --prefix=${{ env.berkeleydb-install }}
../dist/configure --enable-posixmutexes --prefix=${{ env.berkeleydb-install }}
make
make install
rm -fr ${{ env.berkeleydb-install }}/docs
Expand Down

0 comments on commit 66720e3

Please sign in to comment.