We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86da0e9 commit d631e33Copy full SHA for d631e33
package.json
@@ -6,8 +6,8 @@
6
"source": "https://ftp.postgresql.org/pub/source/v13.0/postgresql-13.0.tar.gz#8862cfd6bbf1d0fe94552d702bc581fa4f866873",
7
"override": {
8
"buildEnv": {
9
- "CFLAGS": "-I#{esy-openssl.install / 'include'} $CFLAGS",
10
- "LDFLAGS": "-L#{esy-openssl.lib} -lcrypto $LDFLAGS"
+ "CFLAGS": "-I#{@reason-native-web/esy-openssl.install / 'include'} $CFLAGS",
+ "LDFLAGS": "-L#{@reason-native-web/esy-openssl.lib} -lcrypto $LDFLAGS"
11
},
12
"build": [
13
"./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