Skip to content

Commit d631e33

Browse files
committed
Correct esy-openssl name
1 parent 86da0e9 commit d631e33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"source": "https://ftp.postgresql.org/pub/source/v13.0/postgresql-13.0.tar.gz#8862cfd6bbf1d0fe94552d702bc581fa4f866873",
77
"override": {
88
"buildEnv": {
9-
"CFLAGS": "-I#{esy-openssl.install / 'include'} $CFLAGS",
10-
"LDFLAGS": "-L#{esy-openssl.lib} -lcrypto $LDFLAGS"
9+
"CFLAGS": "-I#{@reason-native-web/esy-openssl.install / 'include'} $CFLAGS",
10+
"LDFLAGS": "-L#{@reason-native-web/esy-openssl.lib} -lcrypto $LDFLAGS"
1111
},
1212
"build": [
1313
"./configure #{os == 'windows' ? '--host x86_64-w64-mingw32': '' } --prefix=$cur__install --with-openssl --without-readline --without-ldap --disable-debug --enable-thread-safety",

0 commit comments

Comments
 (0)