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 d264363Copy full SHA for d264363
package.json
@@ -7,7 +7,7 @@
7
"override": {
8
"buildEnv": {
9
"CFLAGS": "-I#{esy-openssl.install / 'include'} $CFLAGS",
10
- "LDFLAGS": "-L#{esy-openssl.lib} -lcrypto $LDFLAGS"
+ "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