Skip to content

Commit

Permalink
Merge pull request #77 from scandipwa/patch-curl-openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
ejnshtein authored Mar 25, 2022
2 parents cf6c775 + 379be55 commit 4a8ddaa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const compileOptions = {
'+bz2="$(brew --prefix bzip2)"',
'+bcmath',
'+ctype',
'+curl=$(brew --prefix curl-openssl)',
'+curl=$(brew --prefix curl)',
'+intl=$(brew --prefix icu4c)',
'+dom',
'+filter',
Expand All @@ -70,7 +70,7 @@ const compileOptions = {
],
env: {
// eslint-disable-next-line max-len
PKG_CONFIG_PATH: '$PKG_CONFIG_PATH:$(brew --prefix libxml2)/lib/pkgconfig:$(brew --prefix icu4c)/lib/pkgconfig:$(brew --prefix [email protected])/lib/pkgconfig:$(brew --prefix curl[email protected])/lib/pkgconfig:$(brew --prefix zlib)/lib/pkgconfig',
PKG_CONFIG_PATH: '$PKG_CONFIG_PATH:$(brew --prefix libxml2)/lib/pkgconfig:$(brew --prefix icu4c)/lib/pkgconfig:$(brew --prefix [email protected])/lib/pkgconfig:$(brew --prefix curl)/lib/pkgconfig:$(brew --prefix zlib)/lib/pkgconfig',
CPATH: '$CPATH:$(brew --prefix [email protected])/include',
CXX: 'g++ -DTRUE=1 -DFALSE=0',
CC: 'gcc -DTRUE=1 -DFALSE=0',
Expand Down

0 comments on commit 4a8ddaa

Please sign in to comment.