Skip to content

Commit

Permalink
test oauth2 build
Browse files Browse the repository at this point in the history
  • Loading branch information
shibd committed Jan 7, 2023
1 parent 4f1c220 commit b739dab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/mac/build-cpp-deps-lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ if [ ! -f openssl-OpenSSL_${OPENSSL_VERSION_UNDERSCORE}.done ]; then
else
PLATFORM=darwin64-x86_64-cc
fi
./Configure --prefix=$PREFIX no-shared no-unit-test $PLATFORM
CFLAGS="-fPIC -mmacosx-version-min=${MACOSX_DEPLOYMENT_TARGET}" \
./Configure --prefix=$PREFIX no-shared no-unit-test $PLATFORM
make -j8
make install_sw
popd
Expand Down

0 comments on commit b739dab

Please sign in to comment.